bad6e / breakout

Module-4: GameTime - Atari 2600 Breakout
http://bretdoucette.com/breakout/
MIT License
0 stars 0 forks source link

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:

To build the static files:

npm build

To run tests in Node:

npm test