SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Zach b714cb14c6 Initial Commit 2019-09-13 15:36:50 -04:00
.vscode Initial Commit 2019-09-13 15:36:50 -04:00
config Initial Commit 2019-09-13 15:36:50 -04:00
src Initial Commit 2019-09-13 15:36:50 -04:00
teams Initial Commit 2019-09-13 15:36:50 -04:00
.editorconfig Initial Commit 2019-09-13 15:36:50 -04:00
.gitignore Initial Commit 2019-09-13 15:36:50 -04:00
.yo-rc.json Initial Commit 2019-09-13 15:36:50 -04:00
README.md Initial Commit 2019-09-13 15:36:50 -04:00
gulpfile.js Initial Commit 2019-09-13 15:36:50 -04:00
package-lock.json Initial Commit 2019-09-13 15:36:50 -04:00
package.json Initial Commit 2019-09-13 15:36:50 -04:00
tsconfig.json Initial Commit 2019-09-13 15:36:50 -04:00
tslint.json Initial Commit 2019-09-13 15:36:50 -04:00

README.md

react-my-groups

This is where you include your WebPart documentation.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO