An open API service indexing awesome lists of open source software.

https://github.com/namelessproj/spotifriend-frontend

The frontend of the SpotiFriend project.
https://github.com/namelessproj/spotifriend-frontend

axios react react-router-dom reactjs vite vitejs zustand

Last synced: 2 months ago
JSON representation

The frontend of the SpotiFriend project.

Awesome Lists containing this project

README

          

# SpotiFriend Frontend
This is the frontend for the SpotiFriend project. It is a React application that uses the [SpotiFriend backend](https://github.com/NamelessProj/SpotiFriend-backend).

## Installation
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the server or `npm run dev` to start the server in development mode

### Environment Variables
The following environment variables are required:
```env
VITE_API_URL=http://localhost:3000/api
```
The `VITE_API_URL` variable is the URL of the backend API.

You have to create a `.env` file in the root of the project to set this variable.