- Updated project setup to use Vite for React application. - Removed unnecessary files and simplified configurations. - Enhanced authentication and routing in the application. - Improved code quality with ESLint and updated styles. - Added new components for better user experience, including a password recovery modal. - Updated documentation for clearer setup instructions.
391 B
391 B
This file explains how Visual Studio created the project.
The following steps were used to generate this project:
- Create new ASP.NET Core Web API project.
- Update project file to add a reference to the frontend project and set SPA properties.
- Update
launchSettings.jsonto register the SPA proxy as a startup assembly. - Add project to the startup projects list.
- Write this file.