Shared clipboard using Go + React
For firefox, set dom.events.asyncClipboard.clipboardItem
to true
in about:config
.
- Install
docker
anddocker-compose
$> docker-compose up
- Visit https://localhost/, accept the certificate error, and go!
$> docker-compose down && docker-compose up --build --force-recreate
.
├── nginx/ # Configuration for local dev nginx
└── ui # Everything related to the frontend
├── public # Static assets
└── src # Code for the actual react app
└── docker-compose.yml # Config for docker-compose