This is the web app deployed to watchwithfriends.ml.
This app uses yarn for package management, so first you need to install it.
If you have node (if you don't, install it now):
npm i -g yarn
Then run yarn install
, which installs the needed packages.
Run yarn build
to build the distributable files, they will go to the ./dist
floder.
-
Clone the repo:
git clone [email protected]:Aapeli123/watchwithfriends4.git
-
Go to the right directory:
cd ./watchwithfriends4/client
-
Install packages
yarn install
-
Start vite dev server:
yarn dev
-
Before committing prettify code:
yarn prettify
Assets used in the web app.
The source code, split into multiple directories, more on them below:
Code that communicates with the server and the non-react related code.
Redux store related code like reducers and store slices.
The pages of the application, like the home screen or the room screen and their css.
Reusable UI elements like modals and side/topbars