{"id":21180072,"url":"https://github.com/stfbauer/odb2020","last_synced_at":"2026-02-07T03:32:24.326Z","repository":{"id":86930782,"uuid":"312514065","full_name":"StfBauer/ODB2020","owner":"StfBauer","description":"Office Developer Bootcamp","archived":false,"fork":false,"pushed_at":"2020-11-13T12:12:16.000Z","size":238,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T00:02:26.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StfBauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T08:17:22.000Z","updated_at":"2021-06-09T17:54:45.000Z","dependencies_parsed_at":"2023-05-29T20:45:32.632Z","dependency_job_id":null,"html_url":"https://github.com/StfBauer/ODB2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StfBauer/ODB2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FODB2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FODB2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FODB2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FODB2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StfBauer","download_url":"https://codeload.github.com/StfBauer/ODB2020/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FODB2020/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T17:35:51.740Z","updated_at":"2026-02-07T03:32:24.312Z","avatar_url":"https://github.com/StfBauer.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft 365 Developer Bootcamp 2020\n\nhttps://my.n8d.at/M365BC\n\n* [Microsoft 365 apps say farewell to Internet Explorer 11](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666)\n* [A Complete Guide to Flexbox - CSS Tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)\n* [A Complete Guide to CSS Grid - CSS Tricks](https://css-tricks.com/snippets/css/complete-guide-grid/)\n* [Custom properties (--*) - MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/--*)\n* [SharePoint grid and responsive design](https://docs.microsoft.com/en-us/sharepoint/dev/design/grid-and-responsive-design)\n* [Build SharePoint / Fluent UI compliant grid from scratch - N8D](https://n8d.at/build-a-sharepoint-fluent-ui-compliant-grid-from-scratch/)\n* [Develop SPFx web parts for different section designs using CSS - N8D](https://n8d.at/develop-spfx-web-parts-for-different-section-designs-using-css/)\n* [Supporting section backgrounds](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/supporting-section-backgrounds)\n* [How to fix Segoe UI font issue with SPFx and Microsoft Teams](https://n8d.at/how-to-fix-segoe-ui-font-issue-with-spfx-and-microsoft-teams/)\n* [Make Fluent UI icon font work in Microsoft Teams](https://n8d.at/make-fluent-ui-icon-font-work-in-microsoft-teams/)\n\n## Tools used\n\n* [SharePoint Online Live Reload Application customizer released](https://n8d.at/sharepoint-online-live-reload-application-customizer-released/)\n* [Make Livereload on SharePoint Online possible](https://n8d.at/make-livereload-on-sharepoint-online-possible/)\n\n\n## Global dependencies\n\nRequires Gulp globally installed:\n\n```shell\nnpm install --global gulp\n```\n\n## Building the code\n\nDownload \u0026 install all dependencies, build, bundle \u0026 package the project\n\n```shell\n# download \u0026 install dependencies\nnpm install\n\n# transpile all TypeScript \u0026 SCSS =\u003e JavaScript \u0026 CSS\ngulp build\n\n# create component bundle \u0026 manifest\ngulp bundle\n\n# create SharePoint package\ngulp package-solution\n```\n\nThese commands produce the following:\n\n- **./lib**: intermediate-stage commonjs build artifacts\n- **./dist**: bundled script, along with other resources\n- **./temp/deploy**: all resources required by component(s) to deploy to a CDN (when `--ship` argument present)\n\n## Build options\n\n- `gulp clean`: Deletes all build output (**/dist**, **/lib**, **/temp**, etc.).\n- `gulp build`: Transpiles all TypeScript \u0026 SCSS to JavaScript \u0026 CSS, generates source map files \u0026 TypeScript type declaration files\n- `gulp bundle [--ship|-p|--production]`: Runs gulp task **build**, then uses webpack to create the JavaScript bundle(s) and component manifest(s) as defined in **./config/config.json**. The `--ship`, `-p` or `--production` argument specifies a production build that will generate minified bundles.\n- `gulp serve [--ship|-p|--production]`: Runs gulp tasks **build**, **bundle** \u0026 starts the local webserver. Depending on the project type, it opens the browser and navigates to the local workbench or specified URL (in the case of extension components). The `--ship`, `-p` or `--production` argument specifies a production build that modifies the resulting package for production hosting rather than local hosting of assets.\n- `gulp package-solution`: Creates the SharePoint Package (**.sppkg**) file.\n- `gulp dist`: Creates a production-ready SharePoint Package (**.sppkg**) file. The following gulp task gets executed in this specific order `gulp clean`, `gulp bundle`, `gulp package-solution.`\n- `gulp dev`: Creates a development-ready SharePoint Package (**.sppkg**) file. The following gulp task will be executed in this specific order `gulp clean`, `gulp bundle`, `gulp package-solution.`\n\n\u003e View all available gulp tasks by running `gulp --tasks`\n\nMore information on [SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)\n\nGenerated with [pnp/spfx](https://github.com/pnp/generator-spfx/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfbauer%2Fodb2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstfbauer%2Fodb2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfbauer%2Fodb2020/lists"}