For challenge instructions, see CHALLENGE.md
npm install
npm run build
npm test
npm run lint
npm start
Using http-server, a simple zero-configuration command-line http server
npm install --global http-server
npm run build
http-server dist -o
For challenge instructions, see CHALLENGE.md
npm install
npm run build
npm test
npm run lint
npm start
Using http-server, a simple zero-configuration command-line http server
npm install --global http-server
npm run build
http-server dist -o