node_modules:
npm install
.PHONY: build
build:
npm run-script build
.PHONY: start
start:
node dist/main.js