Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.12 KB

README.md

File metadata and controls

24 lines (21 loc) · 2.12 KB

PowerApps Code Components

This repository showcases PowerApps code components. In this case, components created with React & TypeScript. The general concept is that you can create components (separat projects) which are bundled as solutions which can be imported to your Power Platform environments. Part of this repository is a prepared solution with one plain React component & one sample Todo app component.

Requirements

  • Node.js (latest LTS version 14.X) to develop React components
  • .NET 5 SDK to build the components solution
  • Power Platform CLI to manage the solution

Getting Started

  • clone the repository
  • Build solution with dotnet build
  • Upload zippped solution & import the components

Ressources