Todo List app consisting Angular and .NET Core
Todo list | Edit menu |
---|---|
If you'd like to run and test the app on your local machine. There are some steps required to be done before you deploy it locally.
- In the project folder run:
dotnet restore
- In the /src/ClientApp folder run:
npm ci
- In the project folder run:
dotnet run
- In the project folder run:
dotnet watch run
You can access the application on
localhost:5001