Project of the React JS practical course at Platzi 💚
- React ⚛
- HTML
- CSS
- JavaScript
Israel Castro Urieta @iscasur
Clone the repository
git clone https://github.com/iscasur/platzi-video
Move to dir project
cd Platzi-video
Install dependencies:
npm install
Install Json Server globally (require administrator permissions)
sudo npm install json-server -g
Run Fake Api (initialState.json)
json-server initialState.json
Run the project
npm run start