1.4.1 • Published 7 years ago
simple-react-app-generator v1.4.1
react-app-generator

Create files Based off of generator-anxsaiyuki
Installation
First, install Yeoman and generator-anxsaiyuki using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-anxsaiyukiThen generate your new project:
yo anxsaiyukiIf you want to include Flow:
npm install --global flow-binScript Commands:
- Start Server on localhost:3000
npm start- Start Server with nodemon (start server on localhost:3000)
npm run start-dev- Start webpack dev (Used to create a virtual server for react project on localhost:8080)
npm run dev- Build src into dist folder (This will move all the necessary files to a new folder called dist)
npm run buildLicense
MIT © anxsaiyuki
1.4.1
7 years ago