A Meteor boilerplate with a lot packed in. Written in Coffeescript.
Demo - For admin, log in with: starter@meteorfactory.io and meteorrocks
git clone https://github.com/yogiben/meteor-starter.git myapp
cd myapp
meteor
- Sexy landing page
####Users####
- Login / Sign up etc. from Accounts Entry
- Sign in with Facebook etc. with automatic photo import
- Profile Page - add a photo, location and other fields defined in schema
- Have a username (or not)
- Change their password and delete their account
- Manage everything via an admin dahsboard (go to
/admin)
- Create / edit posts with image upload
- Favorite / comment on posts
Detailed tutorails coming soon.
First steps:
- Edit basic setting in
/both/_config/_config.coffee - Delete / modify HTML in
/client/views/home.html - Update colors in
/client/style/bootstrap-variables.less - Add / edit collections in
/both/collections/ - Create routes and views in
/both/router.coffeeand/client/viewsfolder



