1.0.0 • Published 3 years ago
@gsrai/cra-template v1.0.0
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- Github Repo
TODO
- setup tailwind and styled-components
- have an example of a todo application, with
useReducer
anduseContext
- add husky
- add storybook
1.0.0
3 years ago