Basics: Installation - reactor-X/kyrin-express GitHub Wiki

Kyrin-Express requires Node.js v6+ to run. Install the dependencies, devDependencies, compile typescript and start the server.

$ git clone https://github.com/reactor-X/kyrin-express.git
$ cd kyrin-express
$ npm install -g typescript
$ npm install
$ npm run build
$ npm start