Technologies | Getting started | Project | License
This project was developed using the following technologies:
Clone the project and access the folder
# clone repository
$ git clone https://github.com/israel206/CloneNetflix.git
Follow the steps below
# Install the dependencies
$ yarn
# Run the backend fake server
$ npm start
# or
$ yarn server
# Run the web server
$ npm run dev
# or
$ yarn dev
The app will be available for access on your browser at http://localhost:3000
developing web application
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💜 by Israel Silva 👋