Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 805 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 805 Bytes

geet-hub-frontend

SET-UP

  • Create a fork of the repository to your local machine
  • Clone the project using git clone https://github.com/@username/geet-hub-frontend
  • Open the folder in your favorite editor and cd geet-hub-frontend/
  • To install all dependencies run -: npm i
  • On the command line run npm run build -:It creates a build directory with a production build of your app.
  • To start the project on localhost run npm run start-: It runs the node script that is listed under start in the package.json.
  • Go to http://localhost:3000/ to see the application running