Home

Awesome

Meteor Starter

A Meteor boilerplate with a lot packed in. Written in Coffeescript.

Tutorials

MIT License

Maintained by Meteor Factory. Professional Meteor development.

Meteor starter

Setup

git clone https://github.com/yogiben/meteor-starter.git myapp
cd myapp
meteor

What's included

Visitors####

####Users####

Admin

Interactions

Customisation

Detailed tutorails coming soon.

First steps:

Docker

Dockerize it

for Dev

docker build -t myrepo/meteordev -f Dockerfile-dev .

Run

docker run -it -p 3000:3000 --rm myrepo/meteordev

for Prod

docker build -t myrepo/mymeteorapp .

Run it

docker run --name mongodb -d mongo
docker run -it --rm -p 3000:3000 --link mongodb:db -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:3000" myrepo/mymeteorapp

Screenshots

alt tag alt tag alt tag alt tag

Premium Support

Have an urgent issue or want help with implementation? Start a conversation with Meteor Factory.