diff --git a/README.md b/README.md index 60bf6c4cf..fa540afcb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,31 @@ # CleanArchitectureWithBlazorServer This is a repository for creating a Blazor Server application following the principles of Clean Architecture ## Live Demo -- Blazor webassembly mode: https://mudblazor.dotnet6.cn/ - Blazor Server mode: https://mudblazor-s.dotnet6.cn/ -## Screenshots -![doc/login_screenshot.png](doc/login_screenshot.png) -![doc/main_screenshot.png](doc/main_screenshot.png) \ No newline at end of file +## Screenshots and video +![doc/main_screenshot.png](doc/main_screenshot.png) + +## Development Enviroment +- Microsoft Visual Studio Community 2022 (64-bit) +- Docker +- .NET 6.0 +## Code generation +- CleanArchitectureCodeGenerator +- https://github.com/neozhu/CleanArchitectureCodeGenerator +## Why develop with blazor server mode +- Develop fast +- Runing fast +- Most simple + +## Characteristic +- Clean principles +- Simple principles +- Easy to start with + +## About +Coming up. + + + +## License +Apache 2.0 \ No newline at end of file