Overview
This guide shows how to build a clean Next.js application created withcreate-next-app, preconfigured to demonstrate integration with the Monite React SDK.
Features
- Built with Next.js
- Hot-reloading through the Next.js dev server
- Optimized Geist font via
next/fontintegration
Prerequisites
Before you begin, make sure you have:- Node.js (LTS version recommended)
- A package manager —
npm,yarn,pnpm, orbun
Getting started
-
Clone the repository:
-
Change to your project directory
-
Install dependencies using your preferred manager:
-
Start the development server:
-
Open your browser and navigate to
http://localhost:3000to see your app in action.
Available scripts
dev— Starts the development server with hot-reloading (npm run dev,yarn dev, etc.)- (Add any other scripts from
package.jsonif needed)
Usage
- Edit the UI in
app/page.tsx. - See changes instantly with hot-reloading.
- Add Monite React components to your pages — follow the React SDK Quick Start for setup details.
Learn more
- Next.js Documentation — learn about Next.js features and API
- Interactive Next.js Tutorial — Learn Next.js
- Monite React SDK Quick Start Guide
- Monite SDK Monorepo