Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

turingschool-examples/game-time-starter-kit

Repository files navigation

Note: This repository is deprecated for student usage. Do not use this repository. See the updated gametime-starter repository for the updated repository currently used for the Game Time project.

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 run build

To run tests in Node:

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages