Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```