rajeshdh / meteorstarter

A starter for meteor apps that takes care of basic user functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Web starter

A starter for Meteor apps that takes care of basic user functionality.

Getting started

Install Meteor

OS X or Linux

Install the latest official Meteor release from your terminal:

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

Windows

Download the official Meteor installer

Get the repository

Download the newest version of the code or clone this repository either using a git client like Github Desktop or the terminal (you need to have git installed):

git clone https://github.com/rajeshdh/meteorstarter.git

Navigate into the folder where you extracted/cloned the code.

Run meteor in the terminal.

The app will now be available on localhost:3000.

Technology

Please refer to Meteor Documentation and Meteor Guide on how to get started with Meteor and best practices.

About

A starter for meteor apps that takes care of basic user functionality.


Languages

Language:JavaScript 98.4%Language:CSS 1.6%