https://github.com/beeman/template-nestjs
🧢 Opinionated starter template for Nest.js with GraphQL.
https://github.com/beeman/template-nestjs
graphql kikstart kikstart-template nest nestjs nestjs-graphql node typescript
Last synced: 24 days ago
JSON representation
🧢 Opinionated starter template for Nest.js with GraphQL.
- Host: GitHub
- URL: https://github.com/beeman/template-nestjs
- Owner: beeman
- Created: 2019-11-20T04:34:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T06:29:21.000Z (over 4 years ago)
- Last Synced: 2025-04-03T15:47:31.167Z (3 months ago)
- Topics: graphql, kikstart, kikstart-template, nest, nestjs, nestjs-graphql, node, typescript
- Language: TypeScript
- Homepage: https://github.com/beeman/template-nestjs
- Size: 909 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Description
Opinionated starter template for [Nest.js](https://github.com/nestjs/nest) with GraphQL.
## Installation
```bash
$ yarn install
$ cp .env.example .env
$ yarn build
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Test
```bash
# unit tests
$ yarn test# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```## Credits
Based on the [Nest.js TypeScript Starter](https://github.com/nestjs/typescript-starter)
## MIT License