swag-payments/Makefile

9 lines
66 B
Makefile
Raw Normal View History

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