Skip to content

Getting Started

Petar Scepanovic edited this page Dec 19, 2019 · 1 revision

To install this application, you'll need Node.js 8+ (which comes with npm) installed on your computer.

Install dependencies:

npm install

Run tests

npm run test

Run the server

npm run start:dev

Clone this wiki locally