Skip to content

Commit b34087b

Browse files
📝 Update README
1 parent 8a04e00 commit b34087b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="left" width="116" height="116" src="https://raw.githubusercontent.com/jasontaylordev/CleanArchitecture/main/.github/icon.png" />
1+
<img align="left" width="84" height="84" src="https://github.com/jasontaylordev/CleanArchitecture/raw/main/.github/icon.png" />
22

33
# Clean Architecture Solution Template
44
[![Build](https://github.com/jasontaylordev/CleanArchitecture/actions/workflows/dotnet-build.yml/badge.svg)](https://github.com/jasontaylordev/CleanArchitecture/actions/workflows/dotnet-build.yml)
@@ -8,10 +8,7 @@
88
[![Discord](https://img.shields.io/discord/893301913662148658?label=Discord)](https://discord.gg/p9YtBjfgGe)
99
![Twitter Follow](https://img.shields.io/twitter/follow/jasontaylordev?label=Follow&style=social)
1010

11-
12-
<br/>
13-
14-
This is a solution template for creating a Single Page App (SPA) with Angular and ASP.NET Core following the principles of Clean Architecture. Create a new project based on this template by clicking the above **Use this template** button or by installing and running the associated NuGet package (see Getting Started for full details).
11+
The goal of this template is to provide a straightforward and efficient approach to enterprise application development, leveraging the power of Clean Architecture and ASP.NET Core. Using this template, you can effortlessly create a Single Page App (SPA) with Angular and ASP.NET Core, while adhering to the principles of Clean Architecture. Getting started is easy - simply click **Use this template** above or install the **.NET template** (see below for full details).
1512

1613
## Technologies
1714

@@ -25,11 +22,11 @@ This is a solution template for creating a Single Page App (SPA) with Angular an
2522

2623
## Getting Started
2724

28-
The easiest way to get started is to install the [NuGet package](https://www.nuget.org/packages/Clean.Architecture.Solution.Template) and run `dotnet new ca-sln`:
25+
The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Clean.Architecture.Solution.Template) and run `dotnet new ca-sln`:
2926

3027
1. Install the latest [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
3128
2. Install the latest [Node.js LTS](https://nodejs.org/en/)
32-
3. Run `dotnet new install Clean.Architecture.Solution.Template` to install the project template
29+
3. Run `dotnet new install Clean.Architecture.Solution.Template` to install the .NET template
3330
4. Create a folder for your solution and cd into it (the template will use it as project name)
3431
5. Run `dotnet new ca-sln` to create a new project
3532
6. Navigate to `src/WebUI` and launch the project using `dotnet run`

0 commit comments

Comments
 (0)