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

https://github.com/bria222/next-js-basic-project-one


https://github.com/bria222/next-js-basic-project-one

client-side-rendering fallbacks nextjs nextjs-data-feching nextjs13 reactjs serverside-rendering si suspense

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Next.js 13 Features

- App directory
- New routing system
- Next Fonts
- React Server Components
- Data Fetching
- Layouts
- Metadata API
- API Route Handlers
- loading.js Page
- and more

## Usage

Install dependencies:

```bash
npm install
# or
yarn
```

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.

Build the project:

```bash
npm run build
# or
yarn build
```

Run production build:

```bash
npm run start
# or
yarn start
```