Skip to content

rema424/docker-typescript-debug-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker TypeScript Debug VScode

Set up

mkdir docker-typescript-debug-vscode
cd docker-typescript-debug-vscode
touch README.md
touch .gitignore
git init
git add .
git status
git commit -m "Initial commit"
git log
git remote add origin https://github.com/XXXX/XXXXXX.git
git remote -v
git push -u origin master

Docker

touch docker-compose.yml
touch Dockerfile
touch .dockerignore
npm init
docker-compose build
docker-compose run app npm --version
docker-compose down

Install Node to Mac


Hello World

[Node.js] Express を TypeScript で書く - 環境整備まで Get started Express + TypeScript する TypeScript で Node.js の express を使って Hello world してみる


Remote Debug in Docker

barakbd/docker_typescript_debug_vscode Debugging TypeScript in a Docker Container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published