diff --git a/samples/react-advanced-page-properties/README.md b/samples/react-advanced-page-properties/README.md index e39e63771..5e68db31c 100644 --- a/samples/react-advanced-page-properties/README.md +++ b/samples/react-advanced-page-properties/README.md @@ -55,8 +55,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` ## Features diff --git a/samples/react-cross-device-data/README.md b/samples/react-cross-device-data/README.md index 860b172f3..a7ef7126b 100644 --- a/samples/react-cross-device-data/README.md +++ b/samples/react-cross-device-data/README.md @@ -42,8 +42,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` ## Features diff --git a/samples/react-dev-radar/README.md b/samples/react-dev-radar/README.md index 22b5998ff..44d006235 100644 --- a/samples/react-dev-radar/README.md +++ b/samples/react-dev-radar/README.md @@ -57,7 +57,7 @@ Version|Date|Comments - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - - `Add to AppCatalog and deploy` + - Add to AppCatalog and deploy ## Help diff --git a/samples/react-edit-applicationcustomizer/README.md b/samples/react-edit-applicationcustomizer/README.md index 283ec0634..a31f2b74a 100644 --- a/samples/react-edit-applicationcustomizer/README.md +++ b/samples/react-edit-applicationcustomizer/README.md @@ -59,8 +59,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` For any issue or help, Buzz us on twitter:([sanganikunj](https://twitter.com/sanganikunj)) or ([siddh_me](https://twitter.com/siddh_me/)) diff --git a/samples/react-functional-component/README.md b/samples/react-functional-component/README.md index 3eac105d6..ffb72a9d5 100644 --- a/samples/react-functional-component/README.md +++ b/samples/react-functional-component/README.md @@ -80,7 +80,7 @@ You may be wondering how maintaining state, side effects or other complexities c ## Building and testing -In the react-functional-component directory run **npm install** to resolve all the dependencies. Once this has completed you can run **gulp serve** to test the web part in the local workbench. +In the react-functional-component directory run `npm install` to resolve all the dependencies. Once this has completed you can run `gulp serve` to test the web part in the local workbench. ## Disclaimer diff --git a/samples/react-functional-stateful-component/README.md b/samples/react-functional-stateful-component/README.md index 6eeae0b2b..320fcafb4 100644 --- a/samples/react-functional-stateful-component/README.md +++ b/samples/react-functional-stateful-component/README.md @@ -89,7 +89,7 @@ The *resultCaption* property is also rendered if defined. ## Building and testing -In the react-functional-component directory run **npm install** to resolve all the dependencies. Once this has completed you can run **gulp serve** to test the web part in the local workbench. +In the react-functional-component directory run `npm install` to resolve all the dependencies. Once this has completed you can run `gulp serve` to test the web part in the local workbench. diff --git a/samples/react-graph-mgt-client/README.md b/samples/react-graph-mgt-client/README.md index cff29aeb0..23261e25a 100644 --- a/samples/react-graph-mgt-client/README.md +++ b/samples/react-graph-mgt-client/README.md @@ -79,13 +79,13 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp bundle** - - **gulp package-solution** + - `npm install` + - `gulp bundle` + - `gulp package-solution` - Deploy the generated *.sppkg to your App Catalog - Approve the Microsoft Graph scopes - in the command-line run: - - **gulp serve** + - `gulp serve` ## Features diff --git a/samples/react-hero-webpart/README.md b/samples/react-hero-webpart/README.md index 604baebfb..c43f2f0e9 100644 --- a/samples/react-hero-webpart/README.md +++ b/samples/react-hero-webpart/README.md @@ -42,10 +42,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** - -> Include any additional steps as needed. + - `npm install` + - `gulp serve` ## Features @@ -57,10 +55,6 @@ This extension illustrates the following concepts: - Load the data into a paginated list - Display the data in a Hero style format -> Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance. - -> Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp. - ## References - [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant) @@ -84,5 +78,4 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - diff --git a/samples/react-image-editor/README.md b/samples/react-image-editor/README.md index d78ff7088..8e6633117 100644 --- a/samples/react-image-editor/README.md +++ b/samples/react-image-editor/README.md @@ -76,11 +76,9 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - edit config\serve.json set "initialPage": "https://{tenant}.sharepoint.com/_layouts/15/workbench.aspx" - - **gulp serve** - -> Include any additional steps as needed. + - `npm install` + - edit `config\serve.json` set `"initialPage": "https://{tenant}.sharepoint.com/_layouts/15/workbench.aspx"` + - `gulp serve` ## Usage diff --git a/samples/react-manage-sitedesigns/README.md b/samples/react-manage-sitedesigns/README.md index a4e37e6f3..b4158aea7 100644 --- a/samples/react-manage-sitedesigns/README.md +++ b/samples/react-manage-sitedesigns/README.md @@ -120,11 +120,6 @@ Version|Date|Comments -------|----|-------- 1.0.0|April 08, 2019|Initial release -## Disclaimer -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- - ## Minimal Path to Awesome - Clone this repository @@ -134,6 +129,9 @@ Version|Date|Comments - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - - `Add to AppCatalog and deploy` + - Add to AppCatalog and deploy + +## Disclaimer +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** diff --git a/samples/react-my-events/README.md b/samples/react-my-events/README.md index 1eee4dac6..7eea81adb 100644 --- a/samples/react-my-events/README.md +++ b/samples/react-my-events/README.md @@ -70,8 +70,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` ## References diff --git a/samples/react-myonedrive/README.md b/samples/react-myonedrive/README.md index aa26e7f0d..9e494bd75 100644 --- a/samples/react-myonedrive/README.md +++ b/samples/react-myonedrive/README.md @@ -72,8 +72,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` ## References diff --git a/samples/react-mytasks/README.md b/samples/react-mytasks/README.md index 8beb4e418..f7e11afd5 100644 --- a/samples/react-mytasks/README.md +++ b/samples/react-mytasks/README.md @@ -98,9 +98,8 @@ Version|Date|Comments - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - - `Add to AppCatalog and deploy` - - `go to SharePoint Admin Center and Approve required API Permissions` - + - Add to AppCatalog and deploy + - go to **SharePoint Admin Center** and approve required API Permissions ## Help diff --git a/samples/react-sp-site-user-groups/README.md b/samples/react-sp-site-user-groups/README.md index 0ded21a53..1d775e647 100755 --- a/samples/react-sp-site-user-groups/README.md +++ b/samples/react-sp-site-user-groups/README.md @@ -45,9 +45,9 @@ Access to a SharePoint online site with various tenant users granted access to v - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp trust-dev-cert** - - **gulp serve --nobrowser** + - `npm install` + - `gulp trust-dev-cert` + - `gulp serve --nobrowser` - Open the hosted workbench on a SharePoint site - i.e. https://_tenant_.sharepoint.com/site/_sitename_/_layouts/workbench.aspx - Add the User and Group Info web part to the page. - View the current user's information and the 'user' information for any Azure AD groups the user belongs to which are also known to the SharePoint site. diff --git a/samples/react-teams-lead-dashboard/README.md b/samples/react-teams-lead-dashboard/README.md index 4da366789..0126cc9fc 100644 --- a/samples/react-teams-lead-dashboard/README.md +++ b/samples/react-teams-lead-dashboard/README.md @@ -42,8 +42,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - In the command-line run: - - **npm install** - - **npm run package** + - `npm install` + - `npm run package` - Upload the generated SPPKG file into the SharePoint App Catalog of your tenant - Select the SPPKG in the App Catalog and click on "Sync to Teams" button - Add the web part to a SharePoint page diff --git a/samples/react-teams-membership-updater/README.md b/samples/react-teams-membership-updater/README.md index bbd04f600..6c96ee9c1 100644 --- a/samples/react-teams-membership-updater/README.md +++ b/samples/react-teams-membership-updater/README.md @@ -57,7 +57,7 @@ Version|Date|Comments - `gulp build` - `gulp bundle --ship` - `gulp package-solution --ship` - - `Add to AppCatalog and deploy` + - Add to AppCatalog and deploy ## Help diff --git a/samples/react-teams-tab-field-visit-mashup/documentation/setup.md b/samples/react-teams-tab-field-visit-mashup/documentation/setup.md index 9badfd8cf..7a86e109b 100644 --- a/samples/react-teams-tab-field-visit-mashup/documentation/setup.md +++ b/samples/react-teams-tab-field-visit-mashup/documentation/setup.md @@ -59,9 +59,9 @@ In this section we will make changes to the sample FieldVisit project 5. Copy file **constants.sample.ts** in src\webparts\fieldvisittab to **constants.ts** 6. Open constants.ts and update keys with your own keys. **NOTE:** These keys are used to retrieve map and weather from Bing. If you do not provide a valid key, maps and weather will not be displayed 7. In Visual Studio Code, click on menu **Terminal -> New Terminal** -8. Issue command **gulp bundle -–ship** -9. Issue command **gulp trust-dev-cert** (**NOTE:** This step needs to be performed only once per development machine) -10. Issue command **gulp package-solution -–ship** +8. Issue command `gulp bundle -–ship` +9. Issue command `gulp trust-dev-cert` (**NOTE:** This step needs to be performed only once per development machine) +10. Issue command `gulp package-solution -–ship` 11. Ensure there are no errors for any of these commands. ## 4. Deploying Solution in SharePoint diff --git a/samples/react-video-banner/README.md b/samples/react-video-banner/README.md index a89f68ee2..3fbbd1d4c 100644 --- a/samples/react-video-banner/README.md +++ b/samples/react-video-banner/README.md @@ -45,8 +45,8 @@ Version|Date|Comments - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - - **npm install** - - **gulp serve** + - `npm install` + - `gulp serve` > Include any additional steps as needed.