Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 431 Bytes

Game Time Starter Kit

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm build

To run tests in Node:

npm test