1 2 3 4 5 6
build: @node index.js serve: @node ../../node_modules/.bin/http-server -p 9999 setup: cd .. && cd .. && npm install