This project is a starter kit to initialise an application with Meteor and Elm
First install the dependencies of the project
meteor npm install
Then you can start your application using this command
meteor npm start
Open your browser on http://localhost:3000
You can run the elm-book application with
meteor npm run book
Open 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.