Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 592 Bytes

.NET Core 2.2 and Angular 7 Boilerplate

Just a simple boilerplate to get you started in case you want to use .NET Core and Angular for your next web application.

Local setup

For running the applications directly the requirements are:

  • .NET Core SDK 2.2+
  • NodeJS 10+

Check out the README files in the api/ and client/ directories in order to get you started.

Docker based setup

An alternative for running the boilerplate locally is using the provided docker setup. In this case make sure you have Docker and docker-compose installed and run:

docker-compose up