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: 4 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T13:49:17.000Z (over 7 years ago)
- Last Synced: 2025-01-14T04:30:07.222Z (6 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');
```