create-redux-apps
v1.0.0-9.2
Published
Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick
Downloads
17
Maintainers
Readme
This is the seed application for React Redux Application
Available Scripts
How To Create Redux App
Install create-redux-apps as global Dependency
- npm i -g create-redux-apps
- In Folder where you want to generate App Using Cmd type 'reduxapp'
- This will genrate prope redux seed
- Go Inside app type 'npm start'
- Navigate to http://localhost:3000
Available Script
- npm start
- npm run build
- npm run test
Available Build Script
npm build
Using build it will generate the Production Build
Docker File
App Also havee docker file with which we can generate Docker image
- docker build . -t myapp
- docker run -p 8900:3000 myapp
- Navigate to http://localhost:8900
DeveloperLink
www.aakashhanda.me