Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 741 Bytes

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.