Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 692 Bytes

File metadata and controls

37 lines (31 loc) · 692 Bytes

Yeoman generator for react / webpack

Note

#####This is created by my good friend Rhadow as I took the extra step to make it to yeoman (also some clean up) : Original link

Getting Started

1. Install Yeoman

$ npm install -g yo

2. Install Generators

$ npm install -g generator-react-webpack-boilerplate

3. Generating Project

$ yo react-webpack-boilerplate

Run Project (Development)

$ npm run dev

Run Project (Production) - OSX / Linux

$ npm run deploy

Run Project (Production) - Windows

$ npm run wdeploy

License

MIT