- Init:
npm install
- Develop:
npm start
, open http://localhost:8080 - Build:
npm run build
, serve from index.html (web workers don't work withfile://
URLs) - Test:
npm test
npm install
npm start
, open http://localhost:8080npm run build
, serve from index.html (web workers don't work with file://
URLs)npm test