davosolo / slice-up-video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Slice Up Video is a web app in which you can create a clip out of a default video by seting the start and end time.

Getting Started

  1. Installation process

    • git clone https://github.com/davosolo/slice-up-video.git
    • cd slice-up-video
    • npm install
    • npm start
    • Navigate to: http://localhost:3000
  2. Stack

    • ReactJS - ReactDOM
    • SASS
    • react-md

Build and Test

  1. Run the project

    • Run the command npm start to build all the JS and CSS files and start the node server. Project is gonna be available at localhost
  2. Run tests

    • Run the command npm run test to give the tests results and coverage
    • Run the command npm run test:watch to start a watcher who listens any single test change.
  3. Build JS

    • Run the command npm run build to obtain the built version of the project for production purposes.

Licensed under APACHE 2.0 license


This project was created using the wonderful tool Create React APP


About

License:Apache License 2.0


Languages

Language:JavaScript 95.2%Language:HTML 2.4%Language:CSS 2.4%