I thought that even if I developed tabs for Temas, it wouldn't be so different from SPFx. For now, I feel like I can proceed with MS Learn normally. If you don't want to pollute the environment, please try it.
https://docs.microsoft.com/ja-jp/learn/modules/embedded-web-experiences/3-exercise-create-custom-teams-personal-tab
Execute the following command to start the container.
docker run -it --rm --name {Project name} -v {Directory you want to mount}:/usr/app/teamsap -p 3007:3007 okadan/teamsap:2.15.0
Then execute the following command.
yo teams
Please continue!
Dockerfile https://github.com/7o83/DockerTeamsap
Docker Hub https://hub.docker.com/r/okadan/teamsap
Recommended Posts