Skip to content

rohits-web03/Live_Video_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Video Recorder

React + Vite

This project is built using React and Vite. Follow the instructions below to set up and run the project on your local machine.

Prerequisites

Node.js and npm (Node Package Manager) should be installed on your machine. Getting Started

Clone the repository to your local machine:

git clone https://github.com/rohits-web03/Live_Video_recorder.git

Navigate to the project directory:

cd Live_Video_recorder

Install project dependencies:

npm install

Running the Project

Start the development server:

npm run dev

This will start the Vite development server and open the project in your default web browser.

Access the project in your browser at http://localhost:5173.

Building for Production

To create a production-ready build of the project, run:

npm run build

This will generate optimized and minified assets in the dist directory.

Additional Scripts

npm run serve: Serves the production build using a local HTTP server for testing purposes.

Project Structure

src: Contains the source code of the React application.

public: Contains static assets that will be served as-is.

dist: Output directory for the production build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published