UNPKG

generator-react-node

Version:

A kickstarter app generator for React and Node.js based application with redux, webpack, and babel

42 lines (28 loc) 613 B
# <%= name %> <%= description %> ### Version 0.0.0 ### Tech * A Node.js, Express.js and ReactJS based web application * Uses Redux application architecture * Sass for stylings * Written in ES6, it uses babel to transform ES6 to ES5 * Webpack for the building the assets ### Prerequisites * NodeJS 4.4.x and above * NPM 2.3.x and above The application requires some initial configuration. ### Development ```sh $ npm install $ npm run build $ npm run startApp ``` For Stopping the app ```sh $ npm run stopApp ``` For debugging ```sh $ npm run debug ```