Skip to content

team-monite/monite-sdk-nextjs-quickstart

Repository files navigation

Monite SDK + Next.js Quickstart

A lightweight Next.js starter project demonstrating integration with the Monite React SDK.


Table of Contents


Overview

This repository contains a minimal Next.js application initialized via create-next-app, configured to demonstrate embedding the Monite React SDK within a Next.js environment.


Features

  • Built using Next.js (JavaScript)
  • Supports hot-reloading via the Next.js dev server
  • Automatically optimizes and loads Geist font via next/font integration

Prerequisites

Ensure you have the following installed:

  • Node.js (recommended LTS version)
  • A package manager: npm, yarn, pnpm, or bun

Getting Started

  1. Clone the repo:

    git clone https://github.com/team-monite/monite-sdk-nextjs-quickstart.git
    cd monite-sdk-nextjs-quickstart
  2. Install dependencies using your preferred manager:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open your browser and navigate to http://localhost:3000 to see your app in action.


Available Scripts

  • dev: Launches the development server with hot-reloading (via npm run dev, yarn dev, etc.)
  • (Add any additional scripts from package.json here as needed)

Usage

  • Modify the UI by editing files under app/page.tsx
  • Changes update in real time via hot-reloading
  • Integrate Monite React components inside your UI—refer to Monite’s React SDK Quick Start guide for setup details

Learn More


Deployment

The easiest way to deploy is via Vercel, creator of Next.js. Check out the Next.js deployment docs for guidance.


License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published