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
- Host: GitHub
- URL: https://github.com/ryands17/next-ssr
- Owner: ryands17
- Created: 2019-01-20T19:50:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:40:51.000Z (27 days ago)
- Last Synced: 2025-04-03T21:31:07.018Z (27 days ago)
- Topics: nextjs, react, server-side-rendering
- Language: TypeScript
- Size: 1.56 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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