Skip to content

MadL1me/aspnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet foundation Version Nuget package

Asset 1@2x AspNext

ASP.NET 6 Awesome templates for easy development. Write code, not Configs.

Phylosophy

  • Use actually powerful, but simple templates to to start coding in one command.

  • No useless complex stuff which is not used in 99.9% of the apps, like Event-sourcing, DDD, Multitenancy, and other buzz-words you may ecnounter. It can be included, but it is not must.

  • Only most useful techs and concepts are used: ASP.NET 6, Docker, Traefik, etc.

  • Use already configured Docker-compose, ASP.NET and other tools. Stop doing config-fucking. Start writing code in one click

Where to start

Currently, main repository contains Asp.AwesomeTemplates.Spa template - template with React, ASP.NET Core, and many other things.

Each Template is easy runs in docker, have its own README which contains info about project Stack, documentation and useful commands list.

If you don't want to use it, you can start with main template like this:

  1. Install template:
dotnet new --install Asp.AwesomeTemplates.Spa::0.3.2
  1. Create template with dotnet new:
dotnet new asp-awesome-spa -o "MyAwesomeProject"
  1. Use your template! (For example, go to Asp.AwesomeTemplates.Spa template README, it will have all required commands with your configuration)

Contribute

You can contribute by issue proposals, and making pull reqeusts.

Your ideas about how we can make this simpler, more easy etc are very much needed.