Skip to content
/ ts Public template

A setup for working on typescript/javascript in a container with VS Code or Gitpod

License

Notifications You must be signed in to change notification settings

dev-container/ts

Repository files navigation

Dev Container - TS

A setup for working on typescript/javascript in a VS Code or Gitpod container

VS Code

Preamble

  • Install Docker Desktop if not installed
  • Install the Remote Development extension pack in VS Code
  • Run Docker Desktop
  • Open repo folder with VS Code using Run Remote-Containers: Open Folder in Container...

Container composition

  • using this Dockerfile
  • FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:12

To start lite-server

npm start 

Gitpod

  • Click on this button Gitpod ready-to-code
  • Sign in with yout Github account to start

Container conposition

Packages

No packages published