upate README for Application Template

This commit is contained in:
sbwalker
2025-09-10 07:55:31 -04:00
parent fa173d492c
commit b19141b361

View File

@ -5,15 +5,18 @@ This is a Visual Studio Project Template designed for Oqtane development project
``` ```
dotnet new install Oqtane.Application.Template dotnet new install Oqtane.Application.Template
dotnet new oqtane-app -o MyCompany.MyProject dotnet new oqtane-app -o MyCompany.MyProject
cd MyCompany.MyProject
dotnet build
cd Server
dotnet run
browse to http://localhost:5001
``` ```
When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency. When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency.
The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework. The solution also contains Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions.
The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions.
*Known Issues* *Known Issues*
- do not use the term "Oqtane" in your output name or else you will experience namespace conflicts - do not use the term "Oqtane" or "Module" in your output name or else you will experience namespace conflicts