This application demonstrates Server-side Rendering (SSR) using Next.js.
$ yarn
$ yarn dev
Now point your browser to http://localhost:3000/.
$ yarn
# Build the client first
$ yarn build
# Start the server
$ yarn start
Now point your browser to http://localhost:3000/.