Skip to content

metrixorg/MetrixSDK-NextjsSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Metrix sample js integration project bootstrapped with create-next-app.

Getting Started

First, update .env file to match your application configs

NEXT_PUBLIC_METRIX_APP_ID=
NEXT_PUBLIC_METRIX_API_KEY=
NEXT_PUBLIC_METRIX_EVENT_SLUG=
NEXT_PUBLIC_PUSH_PUBLIC_KEY=

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Implementation details: metrix/metrix-sample.tsx

Docs

About

Metrix SDK sample NextJS implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published