Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oriolpalacios/nextjs-learning


https://github.com/oriolpalacios/nextjs-learning

Last synced: 27 days ago
JSON representation

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.