Skip to content

nvtu/AVSeeker-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVSeeker UI - Video Browser Showdown 2022

The introduction of the AVSeeker System and its user interface can be found in this link.

Install packages and dependencies

npm install --legacy-peer-deps

Debugging mode

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Development mode

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Install the serve package to broadcast the webpage:

npm install -g serve

Runs the app in the development mode publishly via port 3000:

serve -s build -l 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors