Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.11 KB

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