-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Home
liorkesos edited this page Oct 27, 2014
·
24 revisions
Installation is a two 2 minute process and will give you all the components you need to get started. Check the prerequisites before you start..
> sudo npm install -g mean-cli // Get the mean cmdline
> mean init myApp // create your first app
> cd myApp && sudo npm install // Install dependencies
> sudo npm install -g grunt-cli // Install grunt command line
> grunt // Launch mean
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing