Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shopot/foodies-nextjs
The example uses Next.js v14 and demonstrates building apps using Routing and App Router.
https://github.com/shopot/foodies-nextjs
docker docker-compose eslint next nextjs14 pnpm prittier react router sqlite3 ssr typescript
Last synced: 17 days ago
JSON representation
The example uses Next.js v14 and demonstrates building apps using Routing and App Router.
- Host: GitHub
- URL: https://github.com/shopot/foodies-nextjs
- Owner: shopot
- Created: 2024-07-27T09:28:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:53:06.000Z (4 months ago)
- Last Synced: 2024-09-27T18:02:58.761Z (about 2 months ago)
- Topics: docker, docker-compose, eslint, next, nextjs14, pnpm, prittier, react, router, sqlite3, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextLevel Food - Next.js example App
This is an example application built with Next.js, a popular React framework for building server-side rendered and static websites. It utilizes TypeScript for type safety and React for building user interfaces.
The example uses Next.js v14 and demonstrates building apps using Routing and App Router.
## Getting Started
Generating The Database
```shell
node initdb.js
```
Running The Application```shell
pnpm installpnpm run dev
```