Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lisba/platzi_video
Platzi video app, for practicing content learned from the platzi's react course.
https://github.com/lisba/platzi_video
babel eslint javascript react react-redux react-router redux sass webpack webpack-d
Last synced: about 6 hours ago
JSON representation
Platzi video app, for practicing content learned from the platzi's react course.
- Host: GitHub
- URL: https://github.com/lisba/platzi_video
- Owner: Lisba
- Created: 2020-07-20T23:25:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:00:34.000Z (about 2 years ago)
- Last Synced: 2023-03-08T00:20:18.304Z (almost 2 years ago)
- Topics: babel, eslint, javascript, react, react-redux, react-router, redux, sass, webpack, webpack-d
- Language: JavaScript
- Homepage: https://platzivideo-74f6e.web.app/
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platzi Video
A video app, for practicing content learned from the platzi's react course.
### [Deployed here](https://platzivideo-74f6e.web.app/)
## Run the project
### In master branch (Recomended)
1) Clone the repo.
2) Go to folder: cd Platzi_video.
3) Install the dependencies: npm install.
4) Run the project: npm run start.### In react-only branch
1) Clone the repo.
2) Go to folder: cd Platzi_video.
3) Run console command: git checkout react-only
4) Install the dependencies: npm install.
5) Install json-server globally (as admin on windows): sudo npm install -g json-server.
6) Run the Fake Api server: json-server initialState.json.
7) Run the project: npm run start.## Docs
### React
https://docs.google.com/document/d/1S1Ft3z26sR_eE5HXnglAHfNlQFhuPhc3nZhQ0o0Xhlw/edit?usp=sharing### React-Router / Redux
https://docs.google.com/document/d/1bhy_F2HaG__R83yQiyCraA82TksjSUcHQ2ui4pU4BXs/edit?usp=sharing