https://github.com/jordymoos/game-site-in-elm
Game site in Elm!
https://github.com/jordymoos/game-site-in-elm
Last synced: 4 months ago
JSON representation
Game site in Elm!
- Host: GitHub
- URL: https://github.com/jordymoos/game-site-in-elm
- Owner: JordyMoos
- Created: 2017-08-09T10:46:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:15:25.000Z (over 7 years ago)
- Last Synced: 2024-12-31T19:15:24.882Z (5 months ago)
- Language: Elm
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One awesome site in Elm.
*For researching purposes*# Setup a local api
See: https://github.com/JordyMoos/game-site-api
# Run this
Clone this
```
git clone https://github.com/JordyMoos/game-site-in-elm.git
```
```
cd game-site-in-elm
```Install dependencies
```
bower install
yarn install
```Run the app
```
yarn dev
```Goto `127.0.0.1:8888` in your browser.