Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 888 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 888 Bytes

Koa-Vue-Notes-Api

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.

Installing / Getting started

# 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.

Work In Progress

Will update with more info shortly.

License

MIT