Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oriolpalacios/nextjs-learning
https://github.com/oriolpalacios/nextjs-learning
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oriolpalacios/nextjs-learning
- Owner: OriolPalacios
- Created: 2024-12-06T02:54:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:25:29.000Z (about 1 month ago)
- Last Synced: 2024-12-06T14:34:18.074Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://nextjs-learning-drab-seven.vercel.app
- Size: 892 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js App Router Course - Completed
This is the product of following the App Router Course on nextjs web.
### Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
> I was incredible. With just the basics of software development, node, react and the very foundations (HTML, CSS and JS). I could understand everything, it's a really powerfull framework and this tutorial showed that to me.
### Learn More
For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.