1.0.0 • Published 4 years ago
cra-template-erk v1.0.0
cra-template-erk
This is my custom TypeScript and redux template for Create React App.
To use this template, add --template erk
when creating a new app.
For example:
npx create-react-app my-app --template erk
or
yarn create react-app my-app --template erk
The dependencies added to this template are:
- Material UI
- Redux Toolkit
- React-redux
- React Router
- Typescript