cra-template-daud
v1.0.2
Published
CRA plus typescript, redux, redux-saga, redux-toolkit, styled-components and webpack
Downloads
2
Maintainers
Readme
cra-template-daud
CRA template with typescript, redux, redux-saga, redux-toolkit, styled-component, webpack and more.
To use this template, add --template daud
when creating a new app.
For example:
npx create-react-app my-app --template daud
# or
yarn create react-app my-app --template daud
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.