This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/backend/Makefile
2018-09-20 18:50:15 +02:00

11 lines
112 B
Makefile

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