Skip to content

A starter kit to build your application with Meteor and Elm

Notifications You must be signed in to change notification settings

anthonny/meteor-elm-starter-kit

Repository files navigation

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

About

A starter kit to build your application with Meteor and Elm

Resources

Stars

Watchers

Forks

Packages

No packages published