/video-list-trimmer

:video_camera: front-end app to cut videos

Primary LanguageJavaScript

📹 Video Trimmer


Installing

This project was made with CRA Create React App. You must have Node.js installed to run locally and haveNode.js included no HOST.

CHot to run

Clone the repo

git clone https://github.com/msawaguchi/video-list-trimmer.git

Install dependencies

npm intall

start application:

npm start

Access: http://localhost:3000

Deploy

run:

npm run build

Node.js will make a production release in the "/build"\ folder All items within the /build folder must be launched on the HOST.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.