https://github.com/garrytrinder/docker-msteams
Docker images for Microsoft Teams development using Node.js
https://github.com/garrytrinder/docker-msteams
docker docker-image microsoft-teams nodejs yeoman
Last synced: 3 months ago
JSON representation
Docker images for Microsoft Teams development using Node.js
- Host: GitHub
- URL: https://github.com/garrytrinder/docker-msteams
- Owner: garrytrinder
- License: mit
- Created: 2019-09-13T12:13:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T17:07:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T12:27:43.709Z (over 1 year ago)
- Topics: docker, docker-image, microsoft-teams, nodejs, yeoman
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker images for Microsoft Teams development using Node.js

## Usage
### VS Code
You can integrate this Docker image and your existing projects
- Create a folder called `.devcontainer` in the root of your project
- Copy both `devcontainer.json` and `Dockerfile` into the `.devcontainer` folder
- Open VSCode command pallete, select `Remote-Containers: Reopen in container` to start the Docker Container
The Remote Development Container has the following npm packages
- Typescript
- TSLint
- Gulp CLI
- Yeoman
- Yeoman Teams Generator
and VSCode extensions already installed
- TSLint
### Terminal
TODO