- Change
modBackendUrl
insrc/Game.js
to the correct backend url npm install && npm run build
The output will be created in dist/
, and can be served using a local web server for testing (e.g. something like cd dist ; python3 -m http.server
).
For development, DEBUG=1 npm run build
cuts build time down by disabling minification.