AspNetCoreAngularSignalR
SignalR ASP.NET Core Angular
파일 탐색기
최종 버전 다운로드 (.zip)- dotnet.yml
- dev_localhost.key
- dev_localhost.pem
- Readme.md
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- core.module.js
- core.module.js.map
- core.module.ts
- home.component.html
- home.component.ts
- home.module.ts
- home.routes.ts
- images.component.html
- images.component.ts
- imagemessage.ts
- images.module.ts
- images.routes.ts
- news.component.html
- news.component.ts
- news-item.ts
- news.action.ts
- news.effects.ts
- news.reducer.ts
- news.selectors.ts
- news.state.ts
- news.module.ts
- news.routes.ts
- news.service.ts
- customfooter.component.html
- customfooter.component.ts
- navigation.component.html
- navigation.component.ts
- shared.module.ts
- app.component.css
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.constants.ts
- app.module.ts
- app.routes.ts
- .gitkeep
- damienbod.jpg
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- silent-renew.html
- styles.css
- test.ts
- .angulardoc.json
- .browserslistrc
- .editorconfig
- angular.json
- karma.conf.js
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- tslint.json
- FileClientController.cs
- FileUploadController.cs
- NewsControllerr.cs
- 20230104221748_init_hub_db.cs
- 20230104221748_init_hub_db.Designer.cs
- NewsContextModelSnapshot.cs
- FileDescriptionShort.cs
- ImageMessage.cs
- launchSettings.json
- NewsContext.cs
- NewsGroup.cs
- NewsItemEntity.cs
- NewsStore.cs
- ImagesMessageHub.cs
- LoopyHub.cs
- LoopyMessageHub.cs
- NewsHub.cs
- NewsItem.cs
- Index.cshtml
- _Layout.cshtml
- Error.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- appsettings.json
- AspNetCoreAngularSignalR.csproj
- favicon.ico
- FormFileExtensions.cs
- news.sqlite
- Program.cs
- ValidateMimeMultipartContentFilter.cs
- ConsoleSignalRMessagePack.csproj
- Program.cs
- Dtos.csproj
- MessageDto.cs
- .gitignore
- AspNetCoreAngularSignalR.sln
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/damienbod/AspNetCoreAngularSignalR
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AspNetCoreAngularSignalR
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd src/AngularSignalR
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
