You can go and find a working copy at semanticboilerplate.meteor.com
This boilerplate includes the following packages :
- Semantic UI
- Iron-router
- Roles
- Collection2
- Simple Schema
- Autoform
- FilePicker
- Ogno-Admin
- Accounts-UI
git clone http://github.com/kevohagan/meteor-semantic-boilerplate.git
cd meteor-semantic-boilerplate && mrt
It has a basic account setup :
- User : admin
- Email : [email protected]
- Pass : admin
A working subscribe and contact forms :
go check subscriber.js and contact.js for more info
You can easily activate the management of images with Filepicker, just grab your FilePicker Key and put it in the /server/admin.js file
- Put accounts folder into own package : accounts-entry-semantic
- Put subscriber into own package : subscriber-semantic
- basic security on admin
- more basic helpers
- cleanup code
- better README
- much much more..