1.1.0 • Published 4 years ago

cra-template-jinsung v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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