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
- Host: GitHub
- URL: https://github.com/4lessandrodev/web-app
- Owner: 4lessandrodev
- Created: 2022-09-04T20:10:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T03:32:03.000Z (over 3 years ago)
- Last Synced: 2025-11-17T21:22:36.609Z (6 months ago)
- Topics: next, react, storybook, template, web-app
- Language: CSS
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```