Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 407 Bytes

Extension Engine Summer Camp project website

Frontend

Vue.JS

Backend

Node.JS with Express

Features

  • To-Do list
  • Memo's
  • ...and much more

*currently doesn't work

Localhost setup:

  • run "npm install" to install dependencies
  • run "nodemon index.js" to setup the localhost server
  • run "npm run serve" to launch the website