swag-payments/Makefile
2017-02-06 17:56:43 +03:00

9 lines
66 B
Makefile

all: build
build:
npm install
npm run build
start:
npm start