cra-template-jetpack-typescript
v1.4.3
Published
Jetpack - A custom typescript template for Create React App.
Downloads
205
Maintainers
Readme
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
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"
}
}