https://github.com/ilyagoncharovy/todo
web_version
https://github.com/ilyagoncharovy/todo
ci docker gh-actions gh-pages localstorage react redux-toolkit typescript vite vitest
Last synced: about 1 month ago
JSON representation
web_version
- Host: GitHub
- URL: https://github.com/ilyagoncharovy/todo
- Owner: IlyaGoncharovY
- Created: 2024-10-19T19:29:29.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:49:03.000Z (12 months ago)
- Last Synced: 2025-01-11T06:45:57.826Z (9 months ago)
- Topics: ci, docker, gh-actions, gh-pages, localstorage, react, redux-toolkit, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://ilyagoncharovy.github.io/todo/
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Инструкция по установке
1) git clone https://github.com/IlyaGoncharovY/todo
2) npm install
3) npm run dev
# Docker
1) docker pull ilyagoncharovdev/todoimage
2) docker run -p 5173:5173 ilyagoncharovdev/todoimage
3) ======
4) docker image --rm ilyagoncharovdev/todoimage# tests
