Simple App with Next JS
React JS + Node JS = Next JS
- API - https://www.tvmaze.com/api
- SSR Batman Tv Shows - Demo
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