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

https://github.com/4lessandrodev/web-app

template for web app
https://github.com/4lessandrodev/web-app

next react storybook template web-app

Last synced: 14 days ago
JSON representation

template for web app

Awesome Lists containing this project

README

          

# Web App - Template

Este é um template para web app

---
Instale as dependências

```sh

$ yarn

```

Execute o projeto

```sh

$ yarn dev

# ou

npm run dev

```

Acesse o navegador

```sh

$ GET http://localhost:3000

```

Para executar storybook

```sh

$ yarn storybook

```

Para executar os testes

```sh

$ yarn test

```