UNPKG

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
This is the seed application for React Redux Application ## Available Scripts [![current version](https://img.shields.io/npm/v/create-redux-apps.svg)](https://www.npmjs.com/package/create-redux-apps) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Greenkeeper badge](https://badges.greenkeeper.io/Aakashdeveloper/create-redux-apps.svg)](https://greenkeeper.io/) [![npm downloads](https://img.shields.io/npm/dm/create-redux-apps.svg?style=flat-square)](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