Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 284 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 284 Bytes

Web client for Circle Invaders game

Requirements

# npm -g install gulp bower
$ npm install
$ bower install

Usage

for Make a distribuable

$ gulp build

For serve directly from sources with nodejs

$ nodejs index.js
or
$ gulp serve