typescript-course
Contains the code for the Complete Typescript Course - Build a Node REST API
파일 탐색기
최종 버전 다운로드 (.zip)- course-detail.component.css
- course-detail.component.html
- course-detail.component.spec.ts
- course-detail.component.ts
- courses.service.spec.ts
- courses.service.ts
- app.component.css
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- index.ts
- .gitkeep
- app.css
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .editorconfig
- .gitignore
- angular.json
- package.json
- proxy.conf.json
- README.md
- tsconfig.json
- tslint.json
- yarn.lock
- buildPersonData.ts
- decorators.ts
- generics.ts
- hello-world.ts
- learning-types.ts
- logMessage.ts
- my-lodash.d.ts
- object-oriented.ts
- other.ts
- api.ts
- apiCreateLesson.ts
- apiDeleteLesson.ts
- apiErrorHandler.ts
- apiGetAllCourses.ts
- apiGetCourseDetail.ts
- apiPatchLesson.ts
- databaseErrorHandler.ts
- onError.ts
- onSuccess.ts
- initCourseModel.ts
- initLessonModel.ts
- model.ts
- createLesson.ts
- deleteLesson.ts
- findAllCourses.ts
- findCourseDetail.ts
- updateLesson.ts
- server.ts
- course-detail.ts
- course-summary.ts
- createCourseDetail.ts
- lesson.ts
- db-schema-create-and-populate.sql
- db-schema-drop.sql
- valid-lesson-post.json
- .gitignore
- .mcp.json
- favicon.ico
- index.html
- LICENSE
- package.json
- README.md
- results.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/angular-university/typescript-course
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd typescript-course
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd client
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
