sef-global / scholarx-frontend

This is the frontend of the ScholarX
MIT License
5 stars 49 forks source link
frontend hacktoberfest reactjs web-development

Scholarx-frontend

Frontend dashboard of the scholarX platform

Setup Development Environment

  1. Clone your forked repository
    git clone https://github.com/USERNAME/scholarx-frontend
    cd scholarx-frontend
  2. Install all the dependencies
    npm install

Connecting to the Backend API

The URL for the backend API is stored in an environment variable. To set this up:

Replace the environment variables in the newly created .env file with your configuration.

Please note that you should not commit this change to the repository. It's recommended to use environment variables for different environments.