https://github.com/microwebstacks/next-ssr-test
Experimenting with NextJS in Server Side Rendering modes for API and serverProps
https://github.com/microwebstacks/next-ssr-test
Last synced: 4 months ago
JSON representation
Experimenting with NextJS in Server Side Rendering modes for API and serverProps
- Host: GitHub
- URL: https://github.com/microwebstacks/next-ssr-test
- Owner: MicroWebStacks
- License: mit
- Created: 2022-09-10T12:13:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T17:18:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T14:22:12.036Z (8 months ago)
- Language: JavaScript
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextSSR
Experimenting with NextJS in Server Side Rendering modes for API and serverProps# Usage
```
pnpm install
pnpm run dev
```