Example React app for students to fix/learn.
- Run
git clone https://github.com/swastikians/contact-frontendon your terminal - Navigate to the cloned repository using
cd contact-frontend - Install dependencies using
yarn installcommand - Run
yarn devto start local server (or runcode ./code-insiders .to open it in VSCode)