Overview | How to use | How to contribute
Recreating the Netflix interface.
$ git clone https://github.com/ojeffoinheiro/jeffFlix.git
$ cd jeffFlix
npm i
$ npm start
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.