Skip to content

Instantly share code, notes, and snippets.

@ShahanurSharif
Last active May 22, 2025 16:57
Show Gist options
  • Select an option

  • Save ShahanurSharif/f3568f6ec30af7a61c1cce1af09b5644 to your computer and use it in GitHub Desktop.

Select an option

Save ShahanurSharif/f3568f6ec30af7a61c1cce1af09b5644 to your computer and use it in GitHub Desktop.
Sharepoint/React/Spfx
#!/bin/bash
yo @microsoft/sharepoint
read -p "Enter your tenant domain (e.g. monarch): " tenant
sed -i '' "s/{tenantDomain}/$tenant.sharepoint.com/g" config/serve.json
gulp trust-dev-cert
npm install @pnp/sp @pnp/nodejs @pnp/logging @pnp/common @pnp/odata @pnp/graph --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment