Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watson28/game-of-drones

Project migrated from bitbucket https://bitbucket.org/jflorian/gameofdrones
https://github.com/watson28/game-of-drones

angular angular-redux gulp karma webpack

Last synced: 3 days ago
JSON representation

Project migrated from bitbucket https://bitbucket.org/jflorian/gameofdrones

Awesome Lists containing this project

README

        

# Game of Drones

### Installation

it requires [Node.js](https://nodejs.org/) to run.

Install the dependencies and devDependencies and start the server.

```sh
$ npm install
$ npm start
```

For run tests ...

```sh
$ npm test
```

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

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