React Starter kit is used for generating the repo. This Ui frame work is used.
$ git clone https://github.com/sandyjoshi/react_simple.git && cd react_simple
Install all dependencies.
$ npm install
Builds the application and starts a webserver with livereload. By default the webserver starts at port 1337.
You can define a port with $ gulp --port 3333
.
$ npm start
Builds a minified version of the application in the dist folder.
$ gulp build --type production
We use Mocha to test our application.
You can run the tests that are defined under test with
$ mocha --compilers js:babel-core/register
Javascript entry file: app/scripts/main.js