YoshithaRathnayake / scholarx-frontend

This is the frontend of the ScholarX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Copy the .env file:

    cp example.env .env
    

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.

About

This is the frontend of the ScholarX

License:MIT License


Languages

Language:TypeScript 99.7%Language:HTML 0.2%Language:JavaScript 0.2%Language:CSS 0.0%