Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 916 Bytes

File metadata and controls

44 lines (23 loc) · 916 Bytes

RICK and MORTY WORKSHOP 👾 🤖 💩 👽

Website using Rick and Morty APIs. It lists Rick and Morty's characters.

Specification

System Specification

  • Node: 14.17.6
  • npm: 7.22.0

.env Variables

Setup Steps

Install package with yarn

Copy example environment cp .env.example .env

Fill blank fields on .env

Start the project with yarn start

Test the project yarn test

Structure

├─ assets : images & styles resources

├─ components : pure components

├─ containers : complex components with store access

├─ graphql : grapqhl client configurations & queries

├─ layout : layout components & template

├─ screens : main screens

├─ types : typescript type definition