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

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

Awesome Lists containing this project

README

          

# Next.js App

![wallpaper.jpg](wallpaper.jpg)

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.