This repository has been archived on 2022-03-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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