ng2Mvc5Demo
Using Angular 4 (previously known as Angular 2) in ASP.NET MVC 5 & Visual Studio 2015
파일 탐색기
최종 버전 다운로드 (.zip)- BundleConfig.cs
- FilterConfig.cs
- RouteConfig.cs
- bootstrap.css
- bootstrap.min.css
- Site.css
- HomeController.cs
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- AssemblyInfo.cs
- _references.js
- bootstrap.js
- bootstrap.min.js
- jquery-1.10.2.intellisense.js
- jquery-1.10.2.js
- jquery-1.10.2.min.js
- jquery-1.10.2.min.map
- jquery.validate-vsdoc.js
- jquery.validate.js
- jquery.validate.min.js
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- modernizr-2.6.2.js
- respond.js
- respond.min.js
- systemjs.config.js
- app.ts
- boot.ts
- main.ts
- tsconfig.json
- About.cshtml
- Contact.cshtml
- Index.cshtml
- _Layout.cshtml
- Error.cshtml
- _ViewStart.cshtml
- Web.config
- favicon.ico
- Global.asax
- Global.asax.cs
- gulpfile.js
- ng2Mvc5Demo.csproj
- package-lock.json
- package.json
- packages.config
- Project_Readme.html
- Web.config
- Web.Debug.config
- Web.Release.config
- .gitattributes
- .gitignore
- ng2Mvc5Demo.sln
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mithunvp/ng2Mvc5Demo
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ng2Mvc5Demo
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
cd ng2Mvc5Demo
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
