https://github.com/joakin/gimme-gif
A small webapp for getting a gif related to a tag
https://github.com/joakin/gimme-gif
Last synced: about 1 year ago
JSON representation
A small webapp for getting a gif related to a tag
- Host: GitHub
- URL: https://github.com/joakin/gimme-gif
- Owner: joakin
- Created: 2015-08-21T13:30:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T10:11:11.000Z (over 8 years ago)
- Last Synced: 2025-02-18T19:55:31.894Z (over 1 year ago)
- Language: Elm
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gimme-gif
A small webapp to get a random gif related to a tag.
Visit [chimeces.com/gimme-gif](https://chimeces.com/gimme-gif) for the live
version.
# Dev
After:
* `npm install`
* `elm package install -y`
* `npm install -g create-elm-app`
Do:
```
npm start
```
And visit `http://localhost:3000`
# Prod
```
npm run build
```
Assets are built to the `dist` folder.