willjleong / meteor-starter-pure-js

Kickstart your meteor projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Starter (Pure Javascript)

A Meteor boilerplate with a lot packed in. Written in Coffeescript. Converted to Pure Javascript for non-coffee drinkers.

Origianl Github Repo

Demo - For admin, log in with: starter@meteorfactory.io and meteorrocks

Tutorials

MIT License

Setup

Follow these steps to create your own project with an initialized local git repo then run the app

git clone https://github.com/willjleong/meteor-starter-pure-js.git myapp
cd myapp
rm -rf .git
git init
meteor

What's included

Visitors####

  • 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

Admin

Interactions

  • Create / edit posts with image upload
  • Favorite / comment on posts

Customisation

Detailed tutorails coming soon.

First steps:

  • Edit basic setting in /both/_config/_config.js
  • 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.js and /client/views folder

Screenshots

alt tag alt tag alt tag alt tag

About

Kickstart your meteor projects

License:MIT License


Languages

Language:JavaScript 50.3%Language:HTML 37.2%Language:CSS 12.5%