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
- Host: GitHub
- URL: https://github.com/bria222/next-js-basic-project-one
- Owner: Bria222
- Created: 2023-05-15T21:38:35.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-16T00:54:58.000Z (over 2 years ago)
- Last Synced: 2025-01-04T05:52:32.830Z (9 months ago)
- Topics: client-side-rendering, fallbacks, nextjs, nextjs-data-feching, nextjs13, reactjs, serverside-rendering, si, suspense
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```