React Static Generator    
 
Yeoman generator for authoring stand-alone web applications (SPA) optimized for CDN hosting in Firebase. It is built upon best of breed technologies including React, Redux, Babel, Webpack, PostCSS, CSS Modules, Browsersync, HMR, React Hot Loader and more.
The work is being sponsored by:
Make sure that you have yo and generator-react-static npm packages installed globally. Create a
new folder for your project, and run yo react-static:
$ npm install -g yo
$ npm install -g generator-react-static
$ mkdir MyApp
$ cd MyApp
$ yo react-staticTo compile and launch your app simply run:
$ node runFor more information visit https://github.com/kriasoft/react-static-boilerplate
Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file.
Made with ♥ by Konstantin Tarkus (@koistya) and contributors