Makefile

 1start:
 2	npm start
 3
 4install:
 5	npm install
 6
 7test:
 8	npm run lint
 9
10build:
11	npm run build