Skip to content

jazmon/tammerforce-simulator

Repository files navigation

turbo-waddle

Practice project for learning Elm by creating a "Tammerforce Simulator" at the Futurice Code Camp 2017.

Made on top of elm-webpack-starter.

Install:

Clone this repo into a new project folder, e.g. turbo-waddle:

git clone https://github.com/moarwick/elm-webpack-starter turbo-waddle
cd turbo-waddle

Install all dependencies using the handy reinstall script:

npm run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

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

Contributors 4

  •  
  •  
  •  
  •