Skip to content
This repository was archived by the owner on Sep 16, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 1.41 KB

File metadata and controls

26 lines (14 loc) · 1.41 KB

Find By Color Logo

↤ BACK

Using Dev Containers ( Recommended )

Dev Containers are an extension of Docker that support consistent IDE environments.

Open in Remote Container

If you are using VS Code, you can spin up a Remote Dev Container.

Make sure you have the Remote Development extension installed and have Docker running.

Code Change & NPM Scripts

Everything is done within VS Code, so you will be able to make code changes and they will be pushed to the browser.

Unlike Docker, you can use VS Code's built in terminal to run NPM Commands just as you would normally.

Windows Users:

If you are using Windows, you will need to do a few more things:

  1. Install Windows Subsystem for Linux ( Docker needs this installed )
  2. When installing Docker Desktop below, make sure to leave Install required Windows components for WSL 2 checked