Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 19 days ago
JSON representation

๐Ÿงข Opinionated starter template for Nest.js with GraphQL.

Awesome Lists containing this project

README

        

![](title.svg)

## 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