All Projects → pnp → Sp Dev Fx Webparts

pnp / Sp Dev Fx Webparts

Licence: mit
SharePoint Framework web part, Teams tab, personal app, app page samples

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sp Dev Fx Webparts

Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-79.91%)
Mutual labels:  hacktoberfest, tutorial
Sp Dev Fx Extensions
Code samples and developer content targeted towards SharePoint Framework client-side extensions. https://aka.ms/spfx-extensions
Stars: ✭ 416 (-67.73%)
Mutual labels:  hacktoberfest, angularjs
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+167.8%)
Mutual labels:  hacktoberfest, tutorial
Ru.javascript.info
Современный учебник JavaScript
Stars: ✭ 2,648 (+105.43%)
Mutual labels:  hacktoberfest, tutorial
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-97.75%)
Mutual labels:  hacktoberfest, tutorial
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (-83.24%)
Mutual labels:  hacktoberfest, tutorial
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (-75.25%)
Mutual labels:  hacktoberfest, tutorial
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (-88.75%)
Mutual labels:  hacktoberfest, angularjs
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-98.45%)
Mutual labels:  tutorial, angularjs
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (-45.93%)
Mutual labels:  hacktoberfest, tutorial
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (-85.73%)
Mutual labels:  hacktoberfest, tutorial
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-93.64%)
Mutual labels:  hacktoberfest, tutorial
Pagermon
Multimon-ng pager message parser and viewer
Stars: ✭ 154 (-88.05%)
Mutual labels:  hacktoberfest, angularjs
Deep Learning In Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Stars: ✭ 3,104 (+140.81%)
Mutual labels:  tutorial, angularjs
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (-88.44%)
Mutual labels:  hacktoberfest, angularjs
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (-75.72%)
Mutual labels:  hacktoberfest, tutorial
Belajar Git
Tutorial Git dalam Bahasa Indonesia
Stars: ✭ 109 (-91.54%)
Mutual labels:  hacktoberfest, tutorial
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-88.91%)
Mutual labels:  hacktoberfest, tutorial
Learn Graphql
Real world GraphQL tutorials for frontend developers with deadlines!
Stars: ✭ 586 (-54.54%)
Mutual labels:  hacktoberfest, tutorial
Hooking Template With Mod Menu
A small template for Android Hooking with Substrate. (Includes a mod menu written in Java)
Stars: ✭ 59 (-95.42%)
Mutual labels:  hacktoberfest, tutorial

page_type: sample products:

  • office-sp languages:
  • typescript extensions: contentType: samples technologies:
    • SharePoint Framework createdDate: 8/30/2016 10:21:43 AM

SharePoint Framework Client-Side Web Part Samples & Tutorial Materials

This repository contains community samples that demonstrate different usage patterns for the SharePoint Framework client-side web parts.

We do welcome community contributions to the samples folder in this repository for demonstrating different use cases with SharePoint Framework. Notice that if you use 3rd party libraries, please make sure that library license allows distributions of it as part of your sample.

SharePoint client-side web parts are controls that appear inside a SharePoint page but run locally in the browser. They're the building blocks of pages that appear on a SharePoint site. You can build client-side web parts using modern script development tools and the SharePoint workbench (a development test surface), and you can deploy your client-side web parts to classic web part pages in Office 365 tenants. In addition to plain JavaScript projects, you can build web parts alongside common scripting frameworks, such as AngularJS and React. For example, you can use React along with components from Office UI Fabric React to quickly create experiences based on the same components used in Office 365.

Have issues or questions?

Please use following logic on submitting your questions or issues to right location to ensure that they are noticed and addressed as soon as possible.

Additional resources

Using the samples

To build and start using these projects, you'll need to clone and build the projects.

Clone this repository by executing the following command in your console:

git clone https://github.com/pnp/sp-dev-fx-webparts.git

Navigate to the cloned repository folder which should be the same as the repository name:

cd sp-dev-fx-webparts

To access the samples use the following command, where you replace sample-folder-name with the name of the sample you want to access.

cd samples
cd sample-folder-name

and for the tutorials, use the following command:

cd tutorials

Now run the following command to install the npm packages:

npm install

This will install the required npm packages and dependencies to build and run the client-side project.

Once the npm packages are installed, run the following command to preview your web parts in SharePoint Workbench:

gulp serve

Authors

This repository's contributors are all community members who volunteered their time to share code samples. Work is done as an open source community project, which each sample contained in their own solution.

Contributions

These samples are direct from the feature teams, SharePoint PnP core team (http://aka.ms/m365pnp) or shared by the community. We welcome your input on issues and suggestions for new samples. We do also welcome community contributions around the client-side web parts. If you have any questions, just let us know.

Please have a look on our Contribution Guidance before submitting your pull requests, so that we can get your contribution processed as fast as possible.

Code of Conduct

This repository has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Sharing is caring!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].