Sign inSign up

dlemphers/electron-react-docker

By dlemphers

Updated almost 9 years ago

Electron + React + Typescript inside Docker

Image
0

1.0K

dlemphers/electron-react-docker repository overview

electron-react-docker

This project is for developing React apps inside of a Docker container using TypeScript.

Getting Started

The makefile has two targets:

  • build-container-image

This will build the docker image locally and tag it electron-react-docker:latest.

  • run-dev

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

Things you should know

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:

Windows

TBD

Mac

See this issue comment for some hints

Tag summary

Content type

Image

Digest

Size

360.2 MB

Last updated

almost 9 years ago

docker pull dlemphers/electron-react-docker