This is basic project starter repository.
# Clone project template using git
$ git clone https://github.com/kitesjs/typescript-starter.git
$ npm install
# Start project in development
$ npm start
# Start project in production
$ npm run start:prod
Kites is MIT licensed.