generator-react-static

Project template for authoring stand-alone web applications (aka SPA) optmized for CDN hosting (in Fireabase). It's built upon best of breed technologies including React (ReactJS), Redux, Babel, Webpack, CSS Modules, PostCSS, Browsersync, HMR, React Hot L

Usage no npm install needed!

<script type="module">
  import generatorReactStatic from 'https://cdn.skypack.dev/generator-react-static';
</script>

README

React Static Generator   Build Status Online Chat

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