Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-33/won_games
https://github.com/seven-33/won_games
storybook vue vuex
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seven-33/won_games
- Owner: Seven-33
- Created: 2023-02-08T00:52:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T00:58:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T16:05:41.451Z (22 days ago)
- Topics: storybook, vue, vuex
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Won Games Client
## Client do e-commerce Won Games - construído com base do curso React Avançado, ministrado por Willian Justen
## Neste repositório adiciono meus avanços e aprendizados nesta tecnologia
## Comandos
*Iniciar servidor em Modo de Desenvolvimento:*
```bash
#!/bin/bash
yarn dev
```*Iniciar Storybook:*
```bash
#!/bin/bash
yarn storybook
```*Criar build:*
```bash
#!/bin/bash
yarn build
```*Iniciar os testes - TDD:*
```bash
#!/bin/bash
yarn test
```*Iniciar os testes com assistido - TDD:*
```bash
#!/bin/bash
yarn test --watch
```