This project is a starter kit to initialise an application with Meteor and Elm
First install the dependencies of the project
meteor npm installThen you can start your application using this command
meteor npm startOpen your browser on http://localhost:3000
You can run the elm-book application with
meteor npm run bookOpen your browser on http://localhost:3030
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.