Frontend web is built and bundled using snowpack.
Backend is built using TSC.
Runs server and web in the development mode. Open http://localhost:8080 to view app in the browser.
Server is proxy through the frontend. Can be directly reached on port :3000/api
Production build of server and web.
Web builds production site to the WEB_BUILD/
folder.
Server builds procution to the SERVER_BUILD/
folder.
Start up web as an SPA without express server.
Start up server as a standlone express server.