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:
Getting Started
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-static
To compile and launch your app simply run:
$ node run
For more information visit https://github.com/kriasoft/react-static-boilerplate
License
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