Nano ASP.NET SaaS Boilerplate
Admin credentials (all tenants): admin@email.com / Password123!
Sample data resets every hour
Nano ASP.NET SaaS Boilerplate
General
.NET Solution
Vue UI
React UI
Razor Pages
General

Introduction

The goal of this boilerplate is to help .NET developers hit the ground running with new ideas. This is more of a starter project than an application framework. There are no proprietary NuGet packages or conventions to follow. The code is yours and you can modify the code as needed.

.NET Solution

The .NET solution has been revised to the latest version .NET 8. Start with the .NET Solution Setup guide to learn about the back-end Web API project. For a more hands on approach, check out the Building API Endpoints with Nano ASP.NET Boilerplate walkthrough.

Single Page Applications – React & Vue

React and Vue are stand-alone UI projects. Follow their guides to learn about these front-end projects.

.NET Razor

The Razor pages project is part of the .NET solution. This documentation will focus on the differences when using the Razor pages app versus the WebApi .

Bootstrap 5 Shared Components and Styles

The Nano Boilerplate introduces an original theme which is built on top of the default Bootstrap 5 styles. The theme is responsive and contains a full range of component samples. Bootstrap is familiar to .NET developers and is framework agnostic. The styles are created with Sass, they area easy to modify, and provide commonality across all the UI projects.

Next Steps

The next guide will go over the basic requirements for running this project.