0.1.0 • Published 8 years ago

react-lab-examples v0.1.0

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

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 install

Then you can build JavaScript files using:

webpack

or:

webpack --watch

License

MIT