Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netlify/next-on-netlify-demo

Demo of a Next.js app with Server-Side Rendering on Netlify
https://github.com/netlify/next-on-netlify-demo

demo netlify netlify-functions nextjs nextjs-starter nextjs-template

Last synced: 3 months ago
JSON representation

Demo of a Next.js app with Server-Side Rendering on Netlify

Awesome Lists containing this project

README

        

![next-on-netlify](https://raw.githubusercontent.com/netlify/next-on-netlify/main/next-on-netlify.png)

[![Netlify Status](https://api.netlify.com/api/v1/badges/3cab3713-1abb-4632-8bbb-eb2a1bca191a/deploy-status)](https://app.netlify.com/sites/next-on/deploys)

This is a demo of a Next.js application with Server-Side Rendering (SSR).

View the demo: [https://next-on.netlify.app](https://next-on.netlify.app)

The demo is hosted on Netlify. Minimal configuration required thanks to [the next-on-netlify npm package](https://www.npmjs.com/package/next-on-netlify).
next-on-netlify makes server-side rendering possible by using Netlify functions under the hood.

Get started with next-on-netlify: [https://github.com/netlify/next-on-netlify#installation](https://github.com/netlify/next-on-netlify#installation)