A simple Netflix clone with React JS and Next.js.
App URL: netflix-app-clone.vercel.app
- Next.js: The React Framework for Production
- React JS: JavaScript library
- TypeScript: JavaScript With Syntax For Types.
- Jest: JavaScript Testing Framework
- React Testing Library: Testing utilities
- Sass: Syntactically Awesome Style Sheets
- TMDB API: The Movie Database (TMDB)
You need to install on your machine Node.js or Yarn.
npm install
# or
yarn install
# start app open development mode
yarn dev
# or
npm run dev
# start app open development mode with vercel environments
yarn vercel:dev
# or
npm run vercel:dev
yarn build
# or
npm run build
yarn start
# or
npm run start
# show errors
yarn lint
# or
npm run lint
# fix errors
yarn lint:fix
# or
npm run lint:fix
# run tests
yarn test
# or
npm run test
# run tests on watch mode
yarn test:watch
# or
npm run test:watch
# run tests on ci mode
yarn test:ci
# or
npm run test:ci
# run tests on coverage mode
yarn test:coverage
# or
npm run test:coverage
# run tests on coverage with watch mode
yarn test:coverage:watch
# or
npm run test:coverage:watch
Develop by Eder Sampaio 👋 See my linkedin.