Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 install

pnpm run dev
```