See the blog post here.
- Create
dev.env
andprod.env
by copyingdev.env.interface
andprod.env.interface
. - Then install the dependencies:
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
- Twitter - @acomathes
- LinkedIn - Ahmet Polat
This project is is GPL-3.0 licensed.