Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 384 Bytes

Game of Drones

Installation

it requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ npm install 
$ npm start

For run tests ...

$ npm test

To load initial data in the app, replace the initialState of the app in app/main.js(5) by

var initialState = require('mocks/mockedState');