Make sure you have installed all these prerequisites on your development machine.
- Node.js - Download & Install Node.js and the npm package manager, if you encounter any problems, you can also use this Github Gist to install Node.js.
- MongoDB - Download & Install MongoDB, and make sure it's running on the default port (27017).
- Bower - You're going to use the Bower Package Manager to manage your front-end packages, in order to install it make sure you've installed Node.js and npm, then install bower globally using npm:
- MEAN.JS - Download & install MEAN.JS, this full-stack JavaScript solution helps you build fast, robust and maintainble production web applications using MongoDB, Express, AngularJS, and Node.js.
$ sudo npm install -g grunt-cli
You can also use Git to directly clone the expense-manager-js repository:
$ git clone https://github.com/themerck/expense-manager-js.git expense-manager