cshenoy / dc-passport-elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DC Passport Program Tracker using Elm

About:

An Elm app to track my outings with DC's The Passport Program. Created as a way to teach myself Elm and actually keep track of which places I've enjoyed during 2017 summer.

Install:

Clone this repo:

git clone https://github.com/cshenoy/dc-passport-elm
cd dc-passport-elm

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About


Languages

Language:Elm 43.1%Language:JavaScript 23.7%Language:HTML 22.3%Language:CSS 10.8%