Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 427 Bytes

running-your-app.md

File metadata and controls

15 lines (10 loc) · 427 Bytes

Running your app

Navigate to your project directory and start the development server with:

au run

This command builds your application and starts a minimal web server that serves your app. The development server automatically refreshes your browser when source code changes are detected.

If you chose to use ASP.NET Core and Webpack during project setup, start your application using:

dotnet run