A boilerplate used in an article series exploring Elm
- Install Elm
npm install
elm package install
npm start
, starts the node server. Allows you to play around with ajax stuffnpm run watch
, starts the workflow. It builds to/dist
folder- Open up
localhost:3000