/vibe

Primary LanguageJavaScript

Vibe-Web-App

Web app that lets you simultaneously stream music across various devices through Spotify

Setup Instructions

Install Required Python Modules

pip install -r reqs.txt

Start Web Server

To start the web server you need to run the following sequence of commands.

Run the django web server.

python manage.py runserver

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependencies.

npm i

Compile the Front-End

Run the production compile script

npm run build

or for development:

npm run dev

To run servers

to start react server:

npm run start

to watch builds:

npm watch

"# vibeproject"