This is the seed application for React Redux Application
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
 
- npm start
 - npm run build
 - npm run test
 
Using build it will generate the Production Build
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