- First clone the the project repo into your local machine using
git clone <repo-url>
command. - Remove any lock files like
yarn.lock
orpackage-lock.json
(In my case, It will beyarn.lock
). - Run command
npm i
oryarn
(depending upon the package manager installed on local pc) in root folder of the project to install dependencies. - Run Command
npm start
oryarn start
to run the project. Project will run on port 3000.