Skip to content

kcaswick/spfx-codespaces

 
 

Repository files navigation

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.

About

Sample repo for SPFx in Codespaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 36.6%
  • SCSS 31.7%
  • Dockerfile 19.0%
  • JavaScript 11.4%
  • Shell 1.3%