- Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm
- NPM - Node.js package manager, should be installed when you install node.js.
The quickest way to get started with MEAN is to clone the project and utilize it like this:
Install dependencies:
$ npm install
To start the application use:
$ node server.js
Then open a browser and go to:
http://localhost:3000
Check out the "config-release" file and set your device-ID. This is necessary to talk back to your device. It will register this server to those devices also.