https://github.com/pardahlman/junction2016
Hackathon project
https://github.com/pardahlman/junction2016
hackathon junction reactjs
Last synced: 5 months ago
JSON representation
Hackathon project
- Host: GitHub
- URL: https://github.com/pardahlman/junction2016
- Owner: pardahlman
- Created: 2016-11-25T19:31:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T15:17:07.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T10:41:41.090Z (8 months ago)
- Topics: hackathon, junction, reactjs
- Language: JavaScript
- Size: 437 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Dictators

## Play
[http://space-dictators.herokuapp.com](http://space-dictators.herokuapp.com)
## To setup locally
1. Install node.js (`brew install node`)
2. `npm install`
3. `npm start`
4. `npm run start-dev-client` (in another terminal)
4. Go to [http://localhost:9000](http://localhost:9000), or `${IP}:9000` from a mobile device.
You can find your IP with `ifconfig`.