# Angular_Tutorial **Repository Path**: ckjbug/Angular_Tutorial ## Basic Information - **Project Name**: Angular_Tutorial - **Description**: Angular + ASP.NET Core Web API + Identity Server 4 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-18 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Angular_Tutorial Angular + ASP.NET Core Web API + Identity Server 4 ### How to run the project. 1、下载项目 git clone https://github.com/Blue-Oranges/Angular_Tutorial.git cd:Angular_Tutorial cd:Angular_Todo 2、执行下面命令安装依赖: npm install / cnpm install 3、运行ASP.NET Core Web API项目: dotnet run 启动Web API 4、运行Angular项目: ng serve --open 可以运行项目