Skip to content

nareshbhatia/nextjs-ssr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js SSR Demo

This application demonstrates Server-side Rendering (SSR) using Next.js.

Screen Shot

CSR (client-side rendering) Build

$ yarn
$ yarn dev

Now point your browser to http://localhost:3000/.

SSR Build

$ yarn

# Build the client first
$ yarn build

# Start the server
$ yarn start

Now point your browser to http://localhost:3000/.

About

Server-side Rendering (SSR) demo using Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published