Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 329 Bytes

#Install and Start

With node.js installed

$ npm install

Start

start the development task

$ npm start

go to http://localhost:8080/webpack-dev-server/

Test

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