Skip to content

diybio/meteor-boilerplate

 
 

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 [email protected]: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%