Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 400 Bytes

Scholarx-frontend

Frontend dashboard of the scholarX platform

Setup Development Environment Locally

  • Clone your forked repository

    git clone https://github.com/USERNAME/scholarx-frontend
    cd scholarx-frontend
    
  • Install all the dependencies

    npm install
    
  • Start the server with

    npm start
    
  • Visit your app at http://localhost:3000