Skip to content

VladyslavKvaskov/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

Run the folowing commands in the Terminal/Command Prompt

cd client
npm install

cd ../server
npm i --force
npm run dev

cd ../client
npm start