Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 396 Bytes

Semantic Kernel Demo app, fueled by Aurelia 2 and Azure Functions

Demo code for the "Leveraging .NET Expertise for AI with Semantic Kernel" talk

Run the code

Starting the frontend

cd src/frontend
npm install
npm start

Starting the backend

Open the solution file in the backend folder with Visual Studio or VS Code.

Set the API as the startup project and then run.