- Serves as a landing page for SoundMolto
- Utilizes SSR (opposed to the app using CSR)
- Utilizes the same core components / styling as the app
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve