Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 202 Bytes

Basic Todo App made with Vue.

Run project by Docker Compose (will be available at localhost:8081)

docker-compose up -d --build

Run project local

npm install && npm run serve