MichaelReiter / Elm-Boilerplate

Boilerplate code to quickly get started with an Elm project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Boilerplate

About:

Use this to get started with an Elm project. Builds with webpack. Adapted from elm-webpack-starter. Recommend using alongside elm-format.

Install:

Install dependencies

npm run reinstall

This does a clean reinstall of all npm and elm packages, plus a global elm install.

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Browser will refresh automatically on any file changes.

Build app and bundle for production:

npm run build
  • Built files are put in /dist

About

Boilerplate code to quickly get started with an Elm project

License:MIT License


Languages

Language:JavaScript 70.6%Language:Elm 26.5%Language:HTML 2.9%