Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 976 Bytes

README.adoc

File metadata and controls

55 lines (33 loc) · 976 Bytes

Meteor with Elm starter kit

This project is a starter kit to initialise an application with Meteor and Elm

Requirement

You need to install Meteor on your system

Run the application

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

Elm Book

You can run the elm-book application with

meteor npm run book

Open your browser on http://localhost:3030

Architecture

Schema

TODO

Elm application

The Elm application is under the folder packages/elm-app/app

TODO: Complete

Contributing

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.

License

MIT