Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 334 Bytes

elm-example

Development

yarn 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..

Building

yarn run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html