Electron + React + Typescript inside Docker
1.0K
This project is for developing React apps inside of a Docker container using TypeScript.
The makefile has two targets:
This will build the docker image locally and tag it electron-react-docker:latest.
This will run the docker container, mount your project folder so any changes you make will live reload inside the container and also plumb through your local X11 so Electron renders on your local machine
This passes the X11 display handle to the container so the container process for Electron is rendered on your machine. This currently only works on Linux.
For non-Linux users:
TBD
See this issue comment for some hints
Content type
Image
Digest
Size
360.2 MB
Last updated
almost 9 years ago
docker pull dlemphers/electron-react-docker