React JS - Redux Simple App

How to use

Setup

Install:

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

Build and Start:

build 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