#Install and Start
$ npm install
start the development task
$ npm start
go to http://localhost:8080/webpack-dev-server/
To run the tests, use the command
$ npm test
That will run any file ending in .test.js
in the src
directory using mocha.
SGD Stanford University