This is my own version of simple VOD (Video-On-Demand) app with functionalities.
The project is build using the following libraries:
- ReactJS
- ReactHooks
- TypeScripts
- Redux-TypeScripts
- Webpack
- Expressjs
- Node-SASS
Below are the steps to run the application to your local:
- First you must clone the project to your local.
- Then run
yarn install - To run the app using mock-data, use
yarn dev