Example of an elm single page app that renders independent modules.
Pre-requisites:
npm
- Install
elm
npm install -g elm
- Install the project dependencies
npm i
There are two components to run separately:
- Run the api
npm run api
- Run the client (on a different terminal instance):
npm run client