Skip to content

heimdallrj/cra-template-jetpack-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }
}