cra-template-reduxito
v1.0.3
Published
My cra redux template. My initial starter kit for redux projects react, redux, router.
Downloads
1
Maintainers
Readme
This is a custom redux template
Instalation
(hopefully this works)
npx
npx create-react-app <app-name> --template reduxito
npm
npm init react-app <app-name> --template reduxito
yarn
yarn create react-app <app-name> --template reduxito