Client do e-commerce Won Games - construído com base do curso React Avançado, ministrado por Willian Justen
Iniciar servidor em Modo de Desenvolvimento:
#!/bin/bash
yarn devIniciar Storybook:
#!/bin/bash
yarn storybookCriar build:
#!/bin/bash
yarn buildIniciar os testes - TDD:
#!/bin/bash
yarn testIniciar os testes com assistido - TDD:
#!/bin/bash
yarn test --watch