Getting Started
Overviewโ
This guide will help you take your first steps with Primno.
You will create a project that:
- Show an alert when a
account
form is loaded. - Notify the user that some columns changed on a
account
form. - Show a alert when a button on a
contact
grid is clicked.
Below you can see a video that shows the final result of this guide.
Modulesโ
๐๏ธ Setup environment
Install required tools (VSCode, NodeJS, Primno CLI). Customize a account form and a contact grid to test your first project.
๐๏ธ Create a new project
Create a new project with CLI, understand the structure of a project.
๐๏ธ Deploy to Power Apps
Link your project to Power Apps environment and deploy it to a solution. Register events to be able to use them in your Power Apps.
๐๏ธ Develop locally
Run the developer mode and see immediately your changes in the browser without having to publish your changes to Power Apps.