An open API service indexing awesome lists of open source software.

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!

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.