All Projects → waleedahmad → nverter

waleedahmad / nverter

Licence: other
Video converter web app build with Node, React and React

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

nverter

alt text

System Requirements

Just node.js. On Mac and Windows, every else is installed automatically. However on Linux, you must install HandbrakeCLI manually with these commands:

sudo add-apt-repository --yes ppa:stebbins/handbrake-releases
sudo apt-get update -qq
sudo apt-get install -qq handbrake-cli
Setup Instructions
# Install dependencies
$ npm install 

# Configure Web Server port
$ nano config/default.json

{
  "port" : 3000
}

# Building frontend code
$ npm run watch

# Running dev server to watch code with nodemon
$ npm run dev-server

# Running server
$ npm run start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].