Skip to content

A Meteor boilerplate based on Discover Meteor's project structure and Differential.io's meteor-boilerplate

Notifications You must be signed in to change notification settings

CiaraBurkett/old-meteor-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default base project for my Meteor.js apps. Inspired by Differential.io's meteor-boilerplate and Discover Meteor's project structure.

Follow to get started

Follow the below steps to clone the starter app and get it up and running on your local system.

1. Clone app

git clone [email protected]:CiaraBurkett/meteor-base.git YourAppName
cd YourAppName

2. Setup git

Unless you plan on contributing to this repository remove the apps origin:

git remote rm origin

If you want to push it to your own repository on Github, first create a new empty Github repo, then add it as the origin.

git remote add origin [email protected]:YourUserName/your-new-app.git
git add -a
git commit -m "Initial commit"
git push -u origin master

3. Start App

Start your meteor app locally:

meteor

Browse to http:https://localhost:3000 to view.

About

A Meteor boilerplate based on Discover Meteor's project structure and Differential.io's meteor-boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages