https://github.com/dev-madhurendra/next.js14-starter
https://github.com/dev-madhurendra/next.js14-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-madhurendra/next.js14-starter
- Owner: dev-madhurendra
- License: mit
- Created: 2024-04-05T10:23:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T10:27:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T17:14:18.084Z (about 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
First, install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.