lib-maui

Getting Started with MAUI

Local Storybook Setup

Checkout repository

git clone https://github.com/Creative-Lid/lib-maui

Navigate to the project files and install MAUI.

Install dependencies

npm ci

Now your are ready!.

To start development server powered by Storybook

npm run start-storybook

Troubleshooting

Typescript error

TS(7026) This is happening because your Typescript IntelliSense is not working properly. Do either option. 1: Close / reopen your Visual Studio Code. 2: Press (Windows: ctrl + shift + p) or (Mac: cmd + shift + p) then search Typescript:Restart TS server hit enter.