This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
$ cd backend/
Install dependencies:
$ npm install
Start the server:
$ npm run dev
Backend Server running on: http://localhost:8000
$ cd frontend/
Install dependencies:
$ npm install
Start the server:
$ npm start
View the website at: http://localhost:3000