A simple pomodoro to stay focus in company, powered by SocketIO. It uses React and TailwindCSS in the client and NodeJS and Express in the server, in addition to SocketIO to handle bidirectional and low-latency communication
Web client will run on port 5173 and server on 3000 by default
pnpm install
pnpm dev
- nodejs
- pnpm
Docker compose will up two containers, one for the client and another for the server. The client will run on port 80 and the server on 3000.
make build
make run
- make
- docker
- docker-compose