-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Installation
Luca Palonca edited this page May 23, 2022
·
5 revisions
The mean.io docs are designed to give you the tools to be up and running quickly while still providing a good understanding of the technologies used, the design philosophy and usage information. The documentation project is ongoing and never ending so feel free to let us know you feel needs to be added or if there is anything that is not clear. Enjoy!
MEAN is an acronym for MongoDB, Express, AngularJS, and NodeJS. We need to install some of these before we begin.
- MongoDB Download and Install mongodb - Checkout their manual if you're just starting
- Node.js - Download and Install Node.js, codeschool has free angular tutorials node and angular
- git - Get git using a package manager or download it here.
Installation is a two 2 minute process and will give you all the components you need to get started.
> sudo npm install -g mean-cli // Get the mean cmdline
> sudo npm install -g gulp // Install gulp command line globally
> mean init myApp // create your first app
> cd myApp && npm install // Install dependencies
> gulp // Launch mean
Congratulations! First step towards being a MEAN Developer.
- 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