Makefile

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