Ensure the correct version of NodeJS (and corresponding NPM version)
nvm install --latest-npm
Set up dependencies
npm install
Watch (start) web: npm run start
There should be no errors or warning seen.
Defaults to localhost:8080
rm -rf node_modules