Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semmyk/ninja-helpdesk


https://github.com/semmyk/ninja-helpdesk

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started with learning Next.js

Project created with Next.js 13 crash course by The Net Ninja on YT mini support desk app usinf json-server as database.

Files contain a lot of comments to clarify what the code does, also there is **theory.md** file for more explanation of new features Next.js offers

First, run the development server:

```bash
npm install
npm run dev

```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!