react-lab-examples
v0.1.0
Published
http://concord-consortium.github.io/react-lab-examples
Downloads
12
Readme
react-lab-examples
http://concord-consortium.github.io/react-lab-examples
Development
This project is using webpack to build the final JS file in /dist folder.
First, you need to make sure that webpack is installed and all the NPM packages required by this project are available:
npm install -g webpack
npm installThen you can build JavaScript files using:
webpackor:
webpack --watch