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