/elm-giphy

Elm learning project that uses the giphy search api to show gifs (including preview and modal)

Primary LanguageCSSMIT LicenseMIT

Elm project

I build this project as a learning project to learn Elm. I am more than happy for any reviews or ideas where and how to improve.

What is it doing?

Using the giphy search api to show gifs (including preview and modal)

Thats cool, can I try it online?

Yes please: https://dist-ipztogjbjr.now.sh/ (thats a weird https://zeit.co/now link)

What is it based on?

Getting started

Installation

You need to have Elm 0.18 installed on your machine.

If you have yarn installed (you should) you can just run

yarn run installation

Otherwise do the following:

Install JS dependencies with:

[yarn|npm] install

Install Elm dependencies with:

elm package install

Running

Start webpack-dev-server (recompiles when files change)

[yarn|npm] run start   

Then view it:

localhost:8080