Last active
May 22, 2025 16:57
-
-
Save ShahanurSharif/f3568f6ec30af7a61c1cce1af09b5644 to your computer and use it in GitHub Desktop.
Sharepoint/React/Spfx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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