Skip to content

Latest commit

 

History

History
89 lines (73 loc) · 2.26 KB

README.md

File metadata and controls

89 lines (73 loc) · 2.26 KB

meteor-boilerplate

Last Updated: 2014-01-09

Installation

Install by cloning the repository using git clone https://github.com/aaronthorp/meteor-boilerplate.git and mrt or ./dev to launch the boilerplate.

If you are running in a development environment, you can use the dev program to launch the application with custom parameters.

The default port for the dev script is 4000 and the default MongoDB is mongodb://localhost/boiler. You may need to chmod 777 dev in order to run ./dev.

Changing Repositories

Once you have cloned the boilerplate, you need to change the repository destination to your project. Once you have a new repository configured on github. Enter the following command in the console to set the new remote address for git.

git remote set-url origin {new_url}

Packages

  • accounts-entry
  • accounts-facebook
  • coffeescript
  • LESS
  • iron-router
  • accounts-entry
  • bootstrap3
  • bootstrap3-wysihtml5
  • font-awesome4
  • peerdb
  • moment
  • nprogress
  • user-session (internal script in lib/)
  • bootstrap-alerts
  • profile-online

The packages autopublish and insecure have been removed.

File Structure

.meteor
client
  └── subscriptions.js
  └── lib
    └── router
      └── route-config.js
      └── route-controller.js
    └── accounts
      └── accounts.js
  └── stylesheets
    └── global.less
    └── variables.less
  └── views
    └── dashboard
      ├── dashboard.html
      ├── dashboard.less
      └── dashboard.js
    └── home
      ├── home.html
      ├── home.less
      └── home.js
    └── index.html
    └── header.html
    └── footer.html
collections
  └── collections.coffee
lib
  └── user-sessions.js
packages
public
  ├── fonts
  └── img
server
  └── publish
    └── publish.js
  └── methods

Donating

By donating you are supporting this package and its developer so that he may continue to bring you updates to this and other software he maintains.

Support us via Gittip