Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seven-33/won_games


https://github.com/seven-33/won_games

storybook vue vuex

Last synced: 4 days ago
JSON representation

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
```