miguelguadarrama / nextjs-api-demo

This is a sample project for NextJS / React with simple API calls and page router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS / React demo

This is a simple demo of a NextJS app with a few pages and a simple API.

Running the app

To run the app, you need to have Node.js (v18) installed.

https://nodejs.org/en/

Then, you can run the following commands while on the project root folder:

npm install

npm run dev

The app will be available at http://localhost:3000

About

This is a sample project for NextJS / React with simple API calls and page router.


Languages

Language:JavaScript 63.3%Language:CSS 36.7%