Skip to content

watson28/game-of-drones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');