edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
560 stars 106 forks source link

Add to README.md #72

Open Fractiq opened 2 years ago

Fractiq commented 2 years ago

Make sure that there is a line in your Program.cs that says:

app.UseStaticFiles();

Else the css and js files are not published to clients.

I had to add this line manually because my project is dot net core web api and this line is not added in this type of project.