Video Sharing with Next.js and TypeScript
This project is a fully functional video-sharing application built with Next.js and TypeScript, designed to run on the browser.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser