1.0.0 • Published 7 years ago

generator-docker-react v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Note: This is a version of the package described below with a Dockerfile included. Credit goes to kriasoft.

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