react-nwb-github-issues
December 6, 2015 ยท View on GitHub
Collaborating on this React app:
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>this repository- change into the new directory
npm install
Running / Development
nwb servewill run the app- Visit the app at http://localhost:3000
Running Tests
nwb testwill run the tests oncenwb test --serverwill run the tests on every change
Building
nwb build(production)nwb build --set-env-NODE_ENV=development(development)