Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 353 Bytes

awesome-game (working title)

A simple breakout game from the people that brought you absolutely nothing at all.

Installation

Prerequisites: npm

npm install
npm install -g gulp
gulp

This will run the default gulp task which will build the application, start a web server and reload the page for each change inside the ./pub/ folder.