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: 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T13:49:17.000Z (over 8 years ago)
- Last Synced: 2026-01-03T22:12:19.882Z (5 months ago)
- Topics: angular, angular-redux, gulp, karma, webpack
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- 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');
```