Skip to content

Piumal1999/scholarx-frontend

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 98.7%
  • Other 1.3%