To-Do Get it done now or never... Installation and Dependencies Python NodeJS Frontend Project setup npm install vue Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference. Backend Install dependencies pip install -r requirements.txt Run server python app.py