Skip to content

Create a development environment for SharePoint Framework (SPFx) with a Docker container.

License

Notifications You must be signed in to change notification settings

ymasaoka/docker-spfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-spfx

Create a development environment for SharePoint Framework (SPFx) with a Docker container.

  1. Clone this repository to a directory of your choice.

  2. Move to the docker-spfx directory.

  3. Execute the following command to start the container.

    docker-compose up -d --build
  4. Run the following command to confirm that the container has started.

    docker-compose ps

Creating SPFx Solution

Create a SPFx solution using the docker-compose command.

docker-compose run --rm app yo @microsoft/sharepoint

For more information on creating solution files, see here.

About

Create a development environment for SharePoint Framework (SPFx) with a Docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published