generator-docker-react
v1.0.0
Published
Dockerfile added to a 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, Browser
Downloads
4
Maintainers
Readme
Note: This is a version of the package described below with a Dockerfile included. Credit goes to kriasoft.
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