Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesielviana/aula-next
Exemplo feito em sala de aula
https://github.com/jesielviana/aula-next
Last synced: 6 days ago
JSON representation
Exemplo feito em sala de aula
- Host: GitHub
- URL: https://github.com/jesielviana/aula-next
- Owner: jesielviana
- Created: 2024-09-05T14:05:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:17:12.000Z (4 months ago)
- Last Synced: 2024-11-07T12:12:57.417Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://jesielviana.github.io/aula-next/
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aula-next
Passo-a-passo da atividade:
1 - Criar o projeto: npx create-next-app@latest
1.1 - Executaro projeto: npm run dev
2 - Criar as páginas pages/index.jsx e pages/sobre.jsx
3 - Criar o componente components/Header.jsx
4 - Criar o css no global.css
5 - Criar a página pages/usuarios.jsx
6 - Criar a página pages/formulario.jsxExemplo: https://github.com/jesielviana/aula-next
Para executar o projeto
```bash
npm run dev
```