https://github.com/4l1c3-r4bb1t/estudos-nextjs
📚 Estudos sobre Next.js.
https://github.com/4l1c3-r4bb1t/estudos-nextjs
nextjs
Last synced: 16 days ago
JSON representation
📚 Estudos sobre Next.js.
- Host: GitHub
- URL: https://github.com/4l1c3-r4bb1t/estudos-nextjs
- Owner: 4L1C3-R4BB1T
- Created: 2024-07-31T12:16:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T01:33:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T10:29:07.630Z (over 1 year ago)
- Topics: nextjs
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Sumário
🔸 [Introdução](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/introducao.md)
🔻 Fundamentos
   🔸 [App Router](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/approuter.md)
   🔸 [Link](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/link.md)
   🔸 [Server e Client Components](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/serverclient.md)
   🔸 [Fetch](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/fetch.md)
---
```bash
# Criar projeto
npx create-next-app@latest .
# Executar projeto
npm run dev
```
---
🔗 Links
* [Documentação](https://nextjs.org/docs)