Skip to content

brenopanzolini/pokelmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elm project consuming PokéAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages