gabrin / liftoff

Get your Meteor project off the ground.

Home Page:http://liftoff.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liftoff

Liftoff is an opinionated boilerplate you can use to Meteor project off the ground super fast. Check out the demo.

Nifty gif, eh?

What's inside

Try it

Download the project and unzip.

https://github.com/jfols/liftoff/archive/master.zip

Rename the directory to your project name.

In your terminal, navigate to the project directory.

cd YOURPROJECTNAME

If you don't have Meteor install, install it

curl https://install.meteor.com | /bin/sh

Fire up the engines

meteor

Deploy your app

There are several options to deploy your app.

Meteor Deploy

Free meteor deploy hosted by Meteor.

meteor deploy yourapp.meteor.com

Or to your own domain using Meteor deploy by setting the CNAME of your domain to origin.meteor.com.

meteor deploy yourdomain.com

Meteor Up (recommended)

We find the use of Digital Ocean with Meteor Up to be the simplest and most cost effective hosting solution. For a more robust database experience give Compose a try.

Custom Deploy

Check out this hackpad https://hackpad.com/Production-Meteor-Deploy-Ubuntu-14.04-5TRJ2Erlngg

About

Get your Meteor project off the ground.

http://liftoff.meteor.com

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.1%Language:CSS 0.7%