Simple App with Next JS

React JS + Node JS = Next JS

How to use

Setup

Install:

git clone https://github.com/sadumankucuk/SSR-batman-tv-shows.git
npm install or yarn install

Build and Start:

buil.next directory

npm run build or yarn run build

run app node server.js on localhost:3000

npm run dev or yarn run dev

OR

npm run start or yarn run start

Reference: https://nextjs.org/learn/basics/getting-started