- Open your terminal and navigate to the directory containing your cloned project.
- Install dependencies for the project by entering this command:
yarn install- Run the app in development mode by entering this command:
yarn start- Open http://localhost:3000 to view it in the browser.