Simple Meteor 1.4 boilerplate (Meteor.js + Mantra + ReactBootstrap + Logging + authentication)
- Simple admin template (powered by Bootswatch SpaceLab theme)
- Created with Mantra application architecture
- Using React Bootstrap
- Basic Meteor account password for user authentication
- Users roles integration (alanning:roles)
- User management
- Roles definition
- React Formsy integration (with validation examples)
- Custom Mantra CLI yaml (different method definition)
- Validated methods integration (mdg:validated-method)
- Logging to Loggly from client and server
- Cron jobs (percolate:synced-cron)
- Meteor / Picker added from server call and ssr requests
- Syncing time between server and client (mizzao:timesync)
Clone GIT repo and call install command
npm install --save
You can run with meteor command or edit ./run.sh
meteor
Default username and password : admin / admin Delete folder /server/deleteAfterInstall (using for initial creating admin)