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
- Host: GitHub
- URL: https://github.com/saltyshiomix/react-ssr-nestjs-starter
- Owner: saltyshiomix
- License: mit
- Created: 2019-10-20T19:42:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T11:30:55.000Z (about 5 years ago)
- Last Synced: 2025-03-15T20:47:48.995Z (3 months ago)
- Topics: express, nestjs, react, react-ssr, ssr, typescript
- Language: TypeScript
- Homepage: https://npm.im/@react-ssr/nestjs-express
- Size: 45.9 KB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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