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

sef-global/scholarx-frontend-v1

Repository files navigation

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