Prerequisites

NPM / Yarn and Node.js installed

Installing

Installing NPM modules

cd client && npm install
cd server && npm install

Running the app

cd server
npm run start:dev

open new terminal

cd client
npm run start

Access the web app at http://localhost:3000/