Athwela requires Node.js v4+ and Angular CLI v8+ to run.
Install the dependencies and start the server.
$ cd athwela-server
$ npm install -d
$ npm install -g nodemon
$ nodemon start
Install the dependencies and start the Angular client.
$ cd athwela-client
$ npm install -d
$ ng serve --open
MIT