Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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