Skip to content

Commit 598ba8a

Browse files
authored
Merge pull request #56 from microsoft/FluentSample
Fluent sample
2 parents 73604d2 + 493dc09 commit 598ba8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+10754
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@
44
>
55
> - [How to create a First Release Environment](#create-a-first-release-power-platform-environment) - Get an environment ready to run Code Apps!
66
> - [Start in minutes with a Hello World sample code](samples/HelloWorld/README.md) - A ready to run React sample, with minimum setps to run on Power Apps.
7+
> -[Static Sample / Template](samples/FluentSample/README.md) - The most complete sample. A static App with navigation, build with GitHub Copilot using Fluent UI. Samples includes prompt samples and guide to connect with real data. Includes:
8+
> - Office 365
9+
> - SQL using data pagination
10+
> - Custom Connector
11+
>
12+
> 📂 **Samples**
13+
>
14+
> - [Hello World](samples/HelloWorld/) - Basic React sample to get started quickly
15+
> - [Static Asset Tracker](samples/StaticAssetTracker/) - Asset management with static data.
16+
> - [Fluent Sample](samples/FluentSample/) - A static App with navigation, build with GitHub Copilot using Fluent UI.
17+
>
18+
> 📚 **How to**
19+
>
720
> - [How to create an app from Scratch](docs/how-to-create-from-scratch.md) - A detailed walkthrough to turn a blank app created with vite into Power Apps code app.
821
> - [How to connect to data](docs/how-to-connect-to-data.md) - Code apps enable connecting to Power Platform connectors. To do this, you will create connections, add them to the app, and update the app to call them.
9-
> - [How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md) Find a detailed walkthrough for connecting your code app to Azure SQL.
10-
> - [How to analyze data requests/response](docs/how-to-analyze-data-request-response.md) - Guide to troubleshoot and debug.
22+
> - [How to connect to Azure SQL](docs/how-to-connect-to-azure-sql.md) - Find a detailed walkthrough for connecting your code app to Azure SQL.
23+
> - [How to analyze data requests/response](docs/how-to-analyze-data-request-response.md) - Troubleshoot API calls
1124
> - [How to create sample api and a custom connector](docs/how-to-create-api-and-custom-connector.md) - Quickly create a mock api and a custom connector to test Code Apps with Custom Connectors.
12-
> -[Sample - Static Asset Tracker](samples/StaticAssetTracker/) - A sample app with static data, ideal for learning how to add data sources and integrate with Power Platform connectors.
13-
>
1425
1526
Power Apps empowers developers of all skillsets—including those building web apps in IDEs like Visual Studio Code—to efficiently build and run business apps on a managed platform.
1627

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
Always read the .github/copilot-instructions.md for the context.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
Always read the .github/copilot-instructions.md for the context.

0 commit comments

Comments
 (0)