Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 418 Bytes

elm-starter

starter code taken from https://github.com/moarwick/elm-webpack-starter

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