Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-h-zz committed Mar 12, 2021
1 parent 73aa6a4 commit 3d97291
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Simple Architecture Solution Template
![.NET Core](https://github.com/vit-h/SimpleArchitecture/workflows/.NET%20Core/badge.svg) [![Simple.Architecture.Solution.Template NuGet Package](https://img.shields.io/badge/nuget-1.1.1-blue)](https://www.nuget.org/packages/Simple.Architecture.Solution.Template) [![NuGet](https://img.shields.io/nuget/dt/Simple.Architecture.Solution.Template.svg)](https://www.nuget.org/packages/Simple.Architecture.Solution.Template)

<br/>

This is a solution template for creating a Single Page App (SPA) with Angular and ASP.NET Core following the principles of Simple 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).
This is a solution template for creating a Single Page App (SPA) with Angular and ASP.NET Core following the principles of Clean Architecture.

## Technologies

Expand All @@ -22,12 +21,10 @@ The easiest way to get started is to install the [NuGet package](https://www.nug

1. Install the latest [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
2. Install the latest [Node.js LTS](https://nodejs.org/en/)
3. Run `dotnet new --install Simple.Architecture.Solution.Template` to install the project template
4. Create a folder for your solution and cd into it (the template will use it as project name)
5. Run `dotnet new ca-sln` to create a new project
6. Navigate to `src/WebUI/ClientApp` and run `npm install`
7. Navigate to `src/WebUI/ClientApp` and run `npm start` to launch the front end (Angular)
8. Navigate to `src/WebUI` and run `dotnet run` to launch the back end (ASP.NET Core Web API)
3. Clone ths repo
4. Navigate to `src/WebUI/ClientApp` and run `npm install`
5. Navigate to `src/WebUI/ClientApp` and run `npm start` to launch the front end (Angular)
6. Navigate to `src/WebUI` and run `dotnet run` to launch the back end (ASP.NET Core Web API)

Since this project is aligned with clean architecture it worth to check out Jason's [blog post](https://jasontaylor.dev/clean-architecture-getting-started/) for additional information.

Expand Down

0 comments on commit 3d97291

Please sign in to comment.