Installation
Prerequisites
In order to run the server, you need to have the Node.js and npm installed on your machine.
Installation
The easer
is made to act as a standalone application server, so it's preferred installation is:
npm install -g easer
For development purposes clone the easer server into a folder:
clone git@github.com:/easer.git
Install the required dependencies:
cd easer
npm install