Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 369 Bytes

react

Example React app for students to fix/learn.

Get started

  1. Run git clone https://github.com/swastikians/contact-frontend on your terminal
  2. Navigate to the cloned repository using cd contact-frontend
  3. Install dependencies using yarn install command
  4. Run yarn dev to start local server (or run code ./code-insiders . to open it in VSCode)