• Stars
    star
    15
  • Rank 1,327,542 (Top 27 %)
  • Language
    Elm
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elm project consuming PokéAPI

Pokelmon Build Status

Pokelmon

Simple Elm project consuming PokéAPI.

Demo.

Requirements

  • Elm version 0.18 (official install guide)
  • To run elm using Docker: alias elm='docker run -it --rm -v "$(pwd):/code" -w "/code" -e "HOME=/tmp" -u $UID:$GID -p 8000:8000 codesimple/elm:0.18'

Getting Started

$ git clone https://github.com/brenopanzolini/pokelmon.git
$ cd pokelmon

Then install dependencies:

$ elm-package install

Running the Project

You can start the project by running:

$ yarn start

This will execute elm-reactor and you can access the project in http://localhost:8000.

Building the Project

You can build the project by running:

$ yarn build

This will generate the compiled files in dist/built folder.