KawaChat 2 Server
June 10, 2017 ยท View on GitHub
Client available here: https://github.com/avatsaev/kawachat2-client
Install
$ npm install
or if you're using yarn
$ yarn
Build
Server is written in TypeScript 2, so you'll need to transpile it:
$ gulp scripts
Run
$ npm start