ecrozatti / DataFetching_NextJS

A simple project to demonstrate the differents forms to data fetching with Next.js: Client Side Fetching, Server Side Rendering and Static Site Generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS-logo

About   |    Technologies   |    Requirements   |    Getting Started

DataFetching-NextJS

📃 About

GitHub language count GitHub top language GitHub repo size GitHub GitHub last commit

Simple project developed during the studies of the Next.js framework.

The project demonstrates different types of data fetching and dynamic import using Next.js. Additionally, there is a custom 404 error page.

See instructions on each page of the project.

💻 Technologies

Project developed with the following technologies:

📚 Requirements

  • Git to clone the project.

🚀 Getting Started

  # Clone the project:
  $ git clone https://github.com/ecrozatti/GoBarBer_Web.git

  # Navigate to the directory:
  $ cd DataFetching_NextJS
  
  # Install dependencies:
  $ yarn install
  
  # Run the fake server with 2 seconds delay:
  npx json-server server.json -p 3333 -w -d 2000

  # Build application:
  $ yarn build
  
  # Start application:
  $ yarn start

Open http://localhost:3000 with your browser to see the result.

To learn more about Next.js, take a look at the following resources:

Made with 💚 by Eric Crozatti Ferreira

About

A simple project to demonstrate the differents forms to data fetching with Next.js: Client Side Fetching, Server Side Rendering and Static Site Generation.

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%