This is a simple SPA built using Koa (2.3) as the backend and Vue (2.3) as the frontend. Click here to see the frontend Vue code.
Work In Progress.
# install dependencies
yarn install
# serve using nodemon with hot reload
npm run watch
# build for production with prettier
npm run build
# serve in production using the pm2 ecosystem.json file
npm run start-production
Note: Currently using yarn for the install due to the SendGrid node package requiring this at the moment.
Will update with more info shortly.