/ReactLab

Playground for React and Node.js

Primary LanguageJavaScript

ReactLab

Playground for React and Node.js

Currently hosted at https://mattec.se/.

###Run

npm install
npm build
npm start

###Production build run

npm install
npm run prodbuild
npm start

###Run with webpack-dev-server

On terminal #1, start webpack-dev-server

npm install
npm run dev

On terminal #2, start express

npm start

Site will be available at

http://localhost:7070/