npm install
The project consists of a Vue/Vite frontend and an Azure Functions API. The SWA CLI must be used to simulate the running env of a SWA application, including api request routing and auth.
All commands are relative to the root folder.
npm run dev
cd api
func start
swa start http://localhost:5173
Access the application on http://localhost:4280