Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 330 Bytes

Unit Converter (Repository for team 7 )

How to clone this repo and start devlopment

  • Clone this repo
  • run npm install on cli to install the dependencies on your local system
  • to start the developemt server run npm start, it will start both the client side and server side simultaneously (concurrently)
  • happy coding