This is a Next.js project bootstrapped with create-next-app
.
Core Web Vitals are new metrics realeased by Google set to impact search rankings in May 2021.
Sending your Core Web Vitals to Google Analytics can help you study the impact of performance on conversions, bounces, and time on site. This app uses the analytics npm package for handling communication with GA.
Read more about Next.js Vitals
First, install dependencies and then run the development server:
npm install
# or
yarn
then
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.