Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itxuye/blog-server

Nest+Typescript+TypeORM+React+Next SSR+Apollo GraphQL
https://github.com/itxuye/blog-server

Last synced: about 2 months ago
JSON representation

Nest+Typescript+TypeORM+React+Next SSR+Apollo GraphQL

Awesome Lists containing this project

README

        

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode nodemon
$ npm run start:dev

# watch mode webpack hmr
$ npm run dev:hmr

# production mode
$ npm run start:prod
```