https://github.com/devdevi/nextjs
https://github.com/devdevi/nextjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devdevi/nextjs
- Owner: devdevi
- Created: 2021-12-12T23:06:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T01:00:00.000Z (over 3 years ago)
- Last Synced: 2025-02-14T14:53:23.428Z (4 months ago)
- Language: TypeScript
- Homepage: nextjs-visidevi.vercel.app
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Proyecto Curso de Next.JS de Platzi
Curso de NextJS dictado por [@jonalvarezz](https://twitter.com/jonalvarezz) para [Platzi](https://platzi.com)
### 🚀 Logros
1. CreaciĂłn del proyecto
1. Agrego una ruta básica
1. Agrego una ruta dinámica
1. Enlazo páginas y creo una SPA
1. Agrega nuestra propia API
1. Páginas usando nuestra propia API
1. Crea components App and Document personalizados
1. Configura path aliases
1. Crea páginas y componentes UI para el sitio.
1. Crea Store simple usando Context### 🤖 GuĂa Rápida
1. **Empieza a desarrollar.**
Instala dependencias
```sh
yarn
```Inicia el proyecto
```sh
yarn dev
```El sitio estará disponible en http://localhost:3000.
Happy hacking!