add a Makefile and update deps

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani 2022-03-18 19:09:48 +00:00 committed by Ramkumar Chinchani
parent a1bd5749cc
commit 340456c8b4
2 changed files with 1001 additions and 991 deletions

22
Makefile Normal file
View File

@ -0,0 +1,22 @@
.PHONY: all
all: install build
.PHONY: install
install:
npm install
.PHONY: build
build:
npm build
.PHONY: update
update:
npm update
.PHONY: audit
audit:
npm audit
.PHONY: run
run:
npm start

1970
package-lock.json generated

File diff suppressed because it is too large Load Diff