Skip to content

Commit

Permalink
Merge branch 'users/rishum/samples' of https://github.com/microsoft/P…
Browse files Browse the repository at this point in the history
…owerApps-Samples into users/rishum/samples
  • Loading branch information
rishumen committed Aug 23, 2019
2 parents bd12957 + b8cf7d4 commit 320d336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Embed/Canvas/samples/PowerAppsAuthoringSdk/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PowerApps Embedding SDK

This sample introduces the capabilities of the PowerApps embedding SDKs and shows you how PowerApps can help your customers extend your applications with experiences ranging from creating simple custom forms to adding a feature-rich screens.
This sample demonstrates the capabilities of PowerApps embedding SDKs and shows you how PowerApps can help customers extend applications with experiences ranging from creating simple custom forms to adding a feature-rich screens.

## What this sample does

This sample uses the PowerApps embedding authoring SDK to create or edit a new canvas app from the host.

The PowerApps Authoring SDK enables developers to:
- Launch PowerApps Studio to allow the user to create or edit canvas apps.
- Specify the form-factor (tablet or mobile) for a new application along with predefined templates.
- Specify the form-factor (tablet or mobile) for a new application along with the predefined templates.
- Subscribe to events from the Studio or Maker (like Studio Launched, App Saved, App Published) that describe the user’s interaction with the app and provides information (i.e., the application id) about the created app.
- Set schema for the data which can be passed to the application during authoring/runtime.
- Set data on the application during authoring time, this data shows up during authoring time but is not saved with application.
Expand All @@ -24,10 +24,10 @@ To simulate creating or editing a canvas app from the host via the sample, you n

## How to run this sample

1. Navigate to the folder where the sample code is cloned
1. Open Command Prompt and navigate to the folder where the sample code is cloned.
2. Run `npm install`
3. Run `npm run build`
4. Run `npm start`
5. Navigate to [http://localhost:9000/](https://localhost:9000)



0 comments on commit 320d336

Please sign in to comment.