Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenta99/youtube-sharing-client
https://github.com/nguyenta99/youtube-sharing-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nguyenta99/youtube-sharing-client
- Owner: nguyenta99
- Created: 2024-04-22T07:56:24.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T16:46:01.000Z (9 months ago)
- Last Synced: 2024-10-18T12:35:24.589Z (3 months ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube sharing frontend
## Introduction
- Frontend for youtube sharing video application
- Built based on ReactJS## Prerequisites
NodejS version 18
npm 9.6.7## Installation & Configuration
To clone project, run:
```sh
git clone https://github.com/ShiedaKayn1975/youtube-sharing-client.git
```
After that, go to the root project directory, run:
```sh
npm install
```
Create your own `.env` file following this content and grant the value for these variables:
```
REACT_APP_API_HOST=http://localhost:8080 #backend host
REACT_APP_WS_SERVICE_HOST=http://localhost:8080 #backend host
REACT_APP_YOUTUBE_API_KEY=enter_your_youtube_api_key
```
Finally, to run the project, execute this command:
```sh
npm start
```