Skip to content

s33kers/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

To run todo-server

docker pull s33kers/todo-server
docker-compose up

To run todo-client (docker image will be available soon)

npm install
npm run dev