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
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