ASP.NET Core 3.1 / Angular 9 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
ASP.NET Core 3.1 Beginners project template with complete Custom User Management and lot's of other useful Features Which Helps you for Rapid Application Development.
Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.
So at the point of this issue we should improve dev mode and add auto-rebuild wh
Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like
yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.So at the point of this issue we should improve
dev modeand add auto-rebuild wh