Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semmyk/ninja-helpdesk
https://github.com/semmyk/ninja-helpdesk
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/semmyk/ninja-helpdesk
- Owner: SemmyK
- Created: 2023-09-07T15:37:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-07T15:44:48.000Z (over 1 year ago)
- Last Synced: 2023-09-07T17:16:20.581Z (over 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!