Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelsimoes/game-fluxo
A little experiment game with Fluxo
https://github.com/samuelsimoes/game-fluxo
Last synced: 5 days ago
JSON representation
A little experiment game with Fluxo
- Host: GitHub
- URL: https://github.com/samuelsimoes/game-fluxo
- Owner: samuelsimoes
- Created: 2016-02-21T17:17:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T16:04:20.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T21:14:23.968Z (about 2 months ago)
- Language: JavaScript
- Size: 345 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [wip] Little experiment game with [Fluxo](https://github.com/fluxo-js/fluxo)
[fluxo-game.herokuapp.com](https://fluxo-game.herokuapp.com)
On first run `$ npm install`.
To build run `$ npm run build`.
To build when change some file `$ npm run watch`.
To serve the app run `$ PORT=3020 npm run start` and access `http://localhost:3020`.
Everything starts on `js/main.js`.