cra-template-jinsung

1.1.0 • Public • Published

cra-template-jinsung

This is my custom template for Create React App.

This template includes:

To use this template, add --template jinsung when creating a new app.

For example:

npx create-react-app my-app --template jinsung

# or

yarn create react-app my-app --template jinsung

For more information, please refer to:

Troubleshotting

Storybook was built without an error but fails to render

This happens when there's unresolved issues on Storybook often related to the latest version of React or TypeScript.

To workaround this issue, try start-storybook command with --no-dll option.

start-storybook -p 6006 -s public --no-dll

Or upgrade Storybook to the preleased version which might has already resolved the issue.

npx sb@next upgrade --prerelease

For more information, please refer to Storybook's issue tracker

Package Sidebar

Install

npm i cra-template-jinsung

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

39.9 kB

Total Files

30

Last publish

Collaborators

  • jinsung.lim