create-redux-apps
Version:
Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick
40 lines (31 loc) • 1.41 kB
Markdown
This is the seed application for React Redux Application
## Available Scripts
[](https://www.npmjs.com/package/create-redux-apps)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
[](https://greenkeeper.io/)
[](https://www.npmjs.com/package/create-redux-apps)
## 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