Vouddit is a reddit video browser built using React - Redux.
This app is built using create-react-app.
To run Vouddit locally in dev mode, use the following commands (or the corresponding yarn commands) :
$ npm install
$ npm startCompile a production version of Vouddit inside the ./build directory like this:
$ npm build