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

https://github.com/saltyshiomix/react-ssr-nestjs-starter

An example of @react-ssr/nestjs-express
https://github.com/saltyshiomix/react-ssr-nestjs-starter

express nestjs react react-ssr ssr typescript

Last synced: 2 months ago
JSON representation

An example of @react-ssr/nestjs-express

Awesome Lists containing this project

README

        

This repository is the example of [@react-ssr/nestjs-express](https://npm.im/@react-ssr/nestjs-express).

## Usage

```zsh
# installation
$ git clone https://github.com/saltyshiomix/react-ssr-nestjs-starter.git
$ cd react-ssr-nestjs-starter
$ yarn (or `npm install`)

# development mode
$ yarn dev (or `npm run dev`)

# production mode
$ yarn build (or `npm run build`)
$ yarn start (or `npm start`)
```

## Related

[saltyshiomix/react-ssr](https://github.com/saltyshiomix/react-ssr) - React SSR as a view template engine