This is a new node-Linda server.
- node v8.9.1~
- TypeScript v2~
- (MongoDB v3)
$ git clone https://github.com/masuilab/new-linda
$ cd new-linda
$ npm install
- make
.env
file in root directory - set port numbert like
PORT = 3000
(default is 3000)
$ npm run build
$ npm run start
MIT