cra-template-jetpack-typescript

1.4.3 • Public • Published

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

/cra-template-jetpack-typescript/

    Package Sidebar

    Install

    npm i cra-template-jetpack-typescript

    Weekly Downloads

    0

    Version

    1.4.3

    License

    MIT

    Unpacked Size

    131 kB

    Total Files

    116

    Last publish

    Collaborators

    • thinkholic