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

https://github.com/ryands17/next-ssr

A simple React SSR app using Next.js
https://github.com/ryands17/next-ssr

nextjs react server-side-rendering

Last synced: 22 days ago
JSON representation

A simple React SSR app using Next.js

Awesome Lists containing this project

README

        

### next-ssr

A simple React SSR app using Next.js

#### To start dev server

- `npm run dev` or `yarn dev`

#### To build for production

- `npm run build` or `yarn build`

Then serve with Express / Fastify