A Quick Way to start developing web apps using Svelte & ExpressJS + SCSS
To use custom PORTS for express, on Ubuntu, export EXPPORT=3001 or any port of choice
export EXPPORT=3001
To use custom PORTS for svelte, on Ubuntu, export PORT=5001
export PORT=5001