This is an Aurelia 2 demo app. It's hosted on Azure Static Web Apps, and uses C# for the API.
Check out the live app here.
To run this example on your local machine I recommend using VSCode.
- An Azure account.
- Install the Azure Static Web App extension in VSCode.
- Install the Azure Functions extension for VSCode.
- Install Node and npm.
-
Fork or copy the code from this repository.
-
Remove the files in the .github folder.
-
Use the Azure Static Web App plugin in VSCode to create a new Azure Static Web App.
- Use the following parameters for the setup
- app_location: "/"
- api_location: "api"
- output_location: "dist"
-
Push the updated files to your repository.
-
Go to GitHub and approve the Workflow to access your Azure Subscription.
- Run
npm install
. - Press F5 in VSCode to start the API.
- Run
npm start
. - Have fun playing around with the code! 😁
Sign up for our newsletter at aureliaweekly.com.
Check out my blog at mobilemancer.com, where I occasionally blog about Aurelia, .NET and Azure topics.
Get a hold on me on Twitter @mobilemancer or LinkedIn.