1.0.0 • Published 2 years ago

@gsrai/cra-template v1.0.0

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

cra-template

This is my custom template for Create React App.

To use this template, add --template @gsrai/cra-template when creating a new app.

For example:

npx create-react-app my-app --template @gsrai/cra-template

# or

yarn create react-app my-app --template @gsrai/cra-template

For more information, please refer to:

TODO

  • setup tailwind and styled-components
  • have an example of a todo application, with useReducer and useContext
  • add husky
  • add storybook