add Makefile for run und build clirent

master
serkus 2 years ago
parent 79117723ed
commit a2e1b6f9b0

@ -0,0 +1,9 @@
#!/bin/bash
run:
npm install&& mpm start
build:
npm install && npm build
Loading…
Cancel
Save