Home

Awesome

Pokelmon Build Status

Pokelmon

Simple Elm project consuming PokéAPI.

Demo.

Requirements

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.