https://github.com/martincastroalvarez/nextjs-app
Next.js application
https://github.com/martincastroalvarez/nextjs-app
Last synced: about 1 year ago
JSON representation
Next.js application
- Host: GitHub
- URL: https://github.com/martincastroalvarez/nextjs-app
- Owner: MartinCastroAlvarez
- Created: 2024-02-06T02:50:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T23:49:55.000Z (over 2 years ago)
- Last Synced: 2025-02-14T17:30:57.768Z (over 1 year ago)
- Language: TypeScript
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js App

Next.js is an open-source React front-end development framework that enables functionality such as server-side rendering and generating static websites for React-based web applications. It's built by Vercel (formerly Zeit) and provides a standard structure for building efficient and scalable applications on the web with React.
## Instructions
```bash
nvm use 21.0.0
npm i
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.