oliverpople / gif-jitsu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gif-jitsu

Video to gif converter.

Dev Cheat Sheet

Getting started

First checkout this repo, then install and run the dependencies with the following commands:

$ git clone git@github.com:oliverpople/gif-jitsu.git
$ cd gif-jitsu/server
$ npm i
$ cd gif-jitsu/client
$ npm i

To run Express server independently use the following commands in a new tab:

$ cd gif-jitsu/server
$ npm start

To run client side react app independently the following commands in a separate tab:

$ cd gif-jitsu/client
$ npm start

Once the app successfully compiled it should automatically open in your default browser. If not, visit: http://localhost:3000

About


Languages

Language:JavaScript 93.7%Language:HTML 6.3%