Minimal NodeJS server for static content
# install dependencies
npm install
# production build
npm run build
# run production build
node dist/bundle.js
# install dependencies
npm install
# production build
npm run build
# run production build
node dist/bundle.js