Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.54 KB

Won Games 🎮

Buy, download and enjoy your favorite games from the online store 🚀

About

This project was developed to practice and address component development with TDD, API consumption using GraphQL and component-oriented development.

Tecnologies

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

By Gabriel Castilho 👋🏽 .