Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/al3rez/todost-covered
✍️ A cover version of Todost (Quentin) using React functions components
https://github.com/al3rez/todost-covered
Last synced: 27 days ago
JSON representation
✍️ A cover version of Todost (Quentin) using React functions components
- Host: GitHub
- URL: https://github.com/al3rez/todost-covered
- Owner: al3rez
- Created: 2019-09-14T22:51:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:24:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T11:34:49.636Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seems it's Todost 🖖
![Screenshot](screenshot.png)
## Up and running using Docker (Hot reloading enabled)
You can easily build and run using Docker:```shell
$ docker build -t todost .
$ docker run -v ${PWD}:/app -v /app/node_modules -p 3001:3000 -e CHOKIDAR_USEPOLLING=true --rm todost
```