/React_task_app

Just a basic react app- to understand some react basics and get familiar with Frontend coding with json-server for backend

Primary LanguageJavaScriptMIT LicenseMIT

Steps to run:

In terminal 1

npm install

npm i -g serve

npm run build

In terminal 2 - this will start the backend json-server at port 5000

npm run server

In terminal 1 - this will start the frontend UI at port 9000

serve -s build -p 9000