An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Docker images for Microsoft Teams development using Node.js

![VSCode Development Container](devcontainer.jpeg)

## 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