You will need node and NPM, then simply run npm start -- --open
. The app will open in the browser
Executing npm run build
will create an optimised build in the directory dist
.
These are just static files which can be hosted on any plain HTTP server.
npx http-server dist