Skip to content

mattec92/ReactLab

Repository files navigation

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/

About

Playground for React and Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages