Skip to content

cshenoy/dc-passport-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published