Captura de Tela 2022-03-16 às 14 59 00

A Disney+ interface with React, TypeScript and consumption of a fake API with json-server

What is inside?

Getting Started

Install dependencies:

yarn

or

npm install

Run development server

yarn dev

or

npm run dev

Open http://localhost:3000 with your browser to see the result.

Run fake API

yarn json-server --watch --port 3333 server.json

Commands

  • dev: run development server
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages

Made with ? by Giovanna