Skip to content

wskit/nextjs-ssr-demo

This branch is up to date with nareshbhatia/nextjs-ssr-demo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c16d909 · Oct 29, 2018

History

1 Commit
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018

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

Languages

  • JavaScript 100.0%