Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 531 Bytes

spfx-codespaces

Repo to demonstrate the .devcontainer configuration for SPFx projects in Visual Studio Codespaces.

Configuration files

Configuring the codespace is accomplished via JSON files/scripts. This repository uses the folder approach.

workspace 
├── .devcontainer
│   ├── devcontainer.json
│   ├── spfx-setup.sh

The JSON file contains a reference to the script, which is run as a postCreateCommand.