node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
파일 탐색기
최종 버전 다운로드 (.zip)- pull_request.yaml
- CONTRIBUTING.md
- FUNDING.yml
- .gitignore
- pre-commit
- extensions.json
- launch.json
- settings.json
- plugin-interactive-tools.cjs
- plugin-typescript.cjs
- yarn-3.0.0-rc.9.cjs
- eslint.js
- api.js
- package.json
- index.js
- package.json
- tsc
- tsserver
- tsc.js
- tsserver.js
- tsserverlibrary.js
- typescript.js
- package.json
- integrations.yml
- auth.ts
- index.ts
- updateUser.ts
- fields.ts
- index.ts
- me.ts
- user.ts
- users.ts
- enums.ts
- fields.ts
- identity.ts
- index.ts
- node.ts
- picture.ts
- user.ts
- index.ts
- map.test.ts
- map.ts
- relay.ts
- usernames.ts
- validator.ts
- context.ts
- errors.ts
- graphql.ts
- index.ts
- views.ts
- authorize.ts
- facebook.ts
- github.ts
- google.ts
- index.ts
- session.ts
- state.ts
- email.ts
- index.ts
- logging.ts
- config.js
- index.ts
- knex.d.ts
- types.ts
- utils.ts
- html.hbs
- subject.hbs
- .env
- .env.dev
- .env.local
- .env.prod
- .env.test
- config.js
- index.ts
- 001_initial.js
- db-backup.js
- db-create.js
- db-restore.js
- deploy.js
- psql.js
- repl.js
- update-schema.js
- update-types.js
- api.test.ts
- setup.ts
- teardown.ts
- main.hbs
- .gitignore
- auth-callback.hbs
- error.hbs
- home.hbs
- .editorconfig
- .eslintrc.js
- .gitattributes
- .gitignore
- .prettierignore
- .yarnrc.yml
- babel.config.js
- global.d.ts
- jest.config.js
- knexfile.js
- LICENSE
- package.json
- README.md
- rollup.config.js
- schema.graphql
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kriasoft/node-starter-kit
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd node-starter-kit
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ APP_ENV=test yarn db:migrate
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ APP_ENV=test yarn start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
