Getting Started with React app project

Available Scripts

First, we need to install package:

npm i

Run front-end:

cd frontend

npm start

Run backend:

cd ..

cd backend

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.