Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/watson28/game-of-drones
- Owner: watson28
- Created: 2018-01-13T13:47:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T13:49:17.000Z (almost 7 years ago)
- Last Synced: 2023-12-12T03:22:09.184Z (11 months ago)
- Topics: angular, angular-redux, gulp, karma, webpack
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```