/govid

A youtube clone using Ruvy (Typescript) and Gin (Golang)

Primary LanguageTypeScript

GoVid

A youtube clone made with Gin (Golang) and Ruvy (TypeScript).

Run it locally

Assuming you have Docker in your machine, clone this project:

git clone git@github.com:RiadhAdrani/govid.git

cd into the cloned directory and run:

make install

which will install dependencies for the frontend and backend, then start development using:

make start

Hot reloading

Hot reloading is enabled for backend using air and frontend using vite.