Skip to content

diybio/meteor-boilerplate

This branch is 7 commits ahead of, 124 commits behind Differential/meteor-boilerplate:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2014
Jan 29, 2014
Sep 26, 2013
Jan 29, 2014
Dec 17, 2013
Dec 19, 2013
Jan 27, 2014
Jan 27, 2014
Jan 29, 2014
Dec 19, 2013
Jan 27, 2014

Repository files navigation

meteor-boilerplate (forked)

Forked from BeDifferential's meteor-boilerplate package. This fork has a local copy of the accounts-entry package in the ./packages directory. We're adding shipping address fields to the signup flow. More info on [packages and versioning at eventedmind](https://www.eventedmind.com/feed/j8wSs7MHznPKiHmth.

A starting point for Meteor applications, based on CoffeeScript and used by BeDifferential to create apps for clients. Includes Iron Router, Accounts-Entry, Bootstrap 3, Font Awesome and LESS.

For more, see our documentation.

Setup

Get the code:

$ git clone git@github.com:diybio/meteor-boilerplate boilerplate-accts
$ cd boilerplate-accts

Install meteor, node, and meteorite:

$ [get node, meteor]
$ npm install -g meteorite

Install dependencies with meteorite and launch server:

$ mrt

Stand back while Meteorite does its thing

=> Meteor server running on: http://localhost:3000/

Now you can visit http://localhost:3000.

About

Boilerplate meteor app - starting point for meteor apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.3%
  • CoffeeScript 4.7%