Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawnmd/react-router-project
https://github.com/dawnmd/react-router-project
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dawnmd/react-router-project
- Owner: DawnMD
- Created: 2021-03-21T06:00:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T02:36:08.000Z (about 2 years ago)
- Last Synced: 2024-10-23T12:40:31.057Z (2 months ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React streaming application using Router, Redux, etc.
Practice project for learning authentication usign Google OAuth flow.
## Built using
### Frontend
* [React](https://reactjs.org/)
* [Axios](https://axios-http.com/)
* [flv.js](https://github.com/bilibili/flv.js)
* [Redux](https://redux.js.org/)
* [Redux-Form](https://redux-form.com/8.3.0/)
* [Redux-Thunk](https://github.com/reduxjs/redux-thunk)
* [Semantic-UI](https://semantic-ui.com/)### Backend
#### API server
* [json-server](https://www.npmjs.com/package/json-server)
#### RTMP server
* [node-media-server](https://github.com/medooze/media-server-node)
## Running the project locally
1. Clone the repo with `git clone `.
2. Run `npm i` inside each of the the directory for installing all the required dependencies.
3. Run `npm start` in each folder for starting the development server for each part.