1.0.1 • Published 8 years ago

react-alt-template v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

React / Alt(Flux) template for node.js

A template you can use to quickly set up node with hotloading.

##Installation

npm i react-alt-template

##Features

  • React Framework
  • Alt(flux) Template
  • Hotloads js, jsx, css, html pages with:
cd ./react-flux-template
HOST=0.0.0.0 PORT=8080 npm run start
  • serves static files in /build with:
cd ./react-flux-template
npm run build
  • serves stats with
cd ./react-flux-template
npm run stats

Run the server on Docker

cd ./react-alt-template
sudo docker build -t react-alt-template . 

sudo docker run -p 80:8080 -d react-alt-template