nest-angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
파일 탐색기
최종 버전 다운로드 (.zip)- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.e2e.json
- jwt.private.key
- jwt.public.key
- header.component.html
- header.component.scss
- header.component.spec.ts
- header.component.ts
- recipe-details.component.html
- recipe-details.component.scss
- recipe-details.component.spec.ts
- recipe-details.component.ts
- recipe-edit.component.html
- recipe-edit.component.scss
- recipe-edit.component.ts
- recipe-item.component.html
- recipe-item.component.scss
- recipe-item.component.spec.ts
- recipe-item.component.ts
- recipes-list.component.html
- recipes-list.component.scss
- recipes-list.component.spec.ts
- recipes-list.component.ts
- recipes.component.html
- recipes.component.scss
- recipes.component.spec.ts
- recipes.component.ts
- shopping-list-edit.component.html
- shopping-list-edit.component.scss
- shopping-list-edit.component.spec.ts
- shopping-list-edit.component.ts
- shopping-list.component.html
- shopping-list.component.scss
- shopping-list.component.spec.ts
- shopping-list.component.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- auth-guard.service.ts
- can-deactivate-guard.service.ts
- guards.module.ts
- interceptors.module.ts
- token.interceptor.ts
- material.module.ts
- auth.service.ts
- recipes.service.ts
- services.module.ts
- shopping-list.service.ts
- ingredient.component.html
- ingredient.component.scss
- ingredient.component.spec.ts
- ingredient.component.ts
- dropdown.directive.spec.ts
- dropdown.directive.ts
- shared.module.ts
- app.graphql.module.ts
- app.module.ts
- app.routing.module.ts
- app.server.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- karma.conf.js
- main.server.ts
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.browser.json
- tsconfig.json
- tsconfig.server.json
- tsconfig.spec.json
- typings.d.ts
- config.ts
- express.ts
- index.ts
- middlewares.ts
- roles.decorator.ts
- roles.guard.ts
- angular-universal-options.interface.ts
- setup-universal.utils.ts
- angular-universal.constants.ts
- angular-universal.controller.ts
- angular-universal.module.ts
- angular-universal.providers.ts
- facebook-config.ts
- google-config.ts
- twitter-config.ts
- facebook-config.interface.ts
- google-config.interface.ts
- jwt-payload.interface.ts
- token.interface.ts
- twitter-config.interface.ts
- body-validator.middleware.ts
- facebook.strategy.ts
- google-plus.strategy.ts
- jwt.strategy.ts
- local.strategy.ts
- twitter.strategy.ts
- auth.controller.ts
- auth.module.ts
- auth.providers.ts
- auth.service.ts
- database.module.ts
- database.providers.ts
- subscriptions.constants.ts
- subscriptions.module.ts
- subscriptions.providers.ts
- subscriptions.service.ts
- graphql.module.ts
- user.interface.ts
- auth-user.joi.ts
- user.schema.ts
- user.controller.ts
- user.module.ts
- user.providers.ts
- user.service.ts
- encryption.ts
- keys.ts
- app.module.ts
- main.ts
- polyfills.ts
- server.constants.ts
- tslint.json
- shared.constants.ts
- .editorconfig
- .gitignore
- angular.json
- LICENSE
- package-lock.json
- package.json
- proxy.conf.json
- README.md
- tsconfig.json
- tslint.json
- webpack.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/bojidaryovchev/nest-angular
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nest-angular
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run build:universal
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run watch:server
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run watch
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run watch:client
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
