1.4.3 • Published 1 year ago

cra-template-jetpack-typescript v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cra-template-jetpack-typescript

This is a custom template for Create React App.

You can use this template with npx create-react-app my-react-app --template jetpack-typescript

For more information, please refer to:

Setting up Absolute Imports

See Docs

Configure Storybook

All the dependencies have installed in the bootstrap process. Just update the package.json as below;

{
  "scripts": {
    ..
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public"
  }
}
1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.3.1

1 year ago

1.2.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago