Skip to content

Abhishek-Dobliyal/To-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do

Get it done now or never...

Installation and Dependencies

  1. Python
  2. 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