Delightful typing practice.
- Install Elm
- Install
elm-live:npm install -g elm-live - Run
bin/startto start a dev server
I'm hoping to get away with not having a package.json for this project.
These tools are always useful when working with elm, and are worth globally installing:
Install elm-format:
npm install -g elm-format
Install elm-test:
npm install -g elm-test