Skip to content

Boilerplate code to quickly get started with an Elm project

License

Notifications You must be signed in to change notification settings

MichaelReiter/Elm-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published