SPA template built with ASP.NET Core 7.0 + React + Redux + TypeScript + Hot Module Replacement (HMR)
This product is a SPA (Single Page Application) built using ASP.NET Core 7.0 as the REST API server and React/Redux/TypeScript as the web client. It also uses Bulma, SASS, and styled-components for UI styling. The project is meant to serve as a testing ground for various libraries and packages and is not intended as a standalone final solution. It includes features such as login and logout processes, although authentication is not currently implemented.
To install the theme, follow these steps:
dotnet restore
dotnet build
dotnet run
This product is a SPA application built using ASP.NET Core 7.0 as the REST API server and React/Redux/TypeScript as the web client. It includes various features such as login and logout processes, API documentation using Swagger UI, and monitoring the health of the application. The project serves as a testing ground for different libraries and packages and may not be a standalone final solution. The installation process involves cloning the repository, installing the required packages, building the project, and starting the server.