create-ready-react-app
v1.0.9
Published
Command line util to create react app with preinstalled common dependencies like redux and router and prepared file structure
Downloads
2
Maintainers
Readme
#Create Ready React App Create Ready React App is command line util to create react app with preinstalled common dependencies like redux and router and prepared file structure.
It uses original Create React App util to create base app configuration and then installs all common dependencies. The util sets up redux store, router and scss styling.
##Usage
npx create-ready-react-app app-name