Skip to content

Files

Latest commit

author
sasha kushnir
Aug 1, 2024
0bb1adc · Aug 1, 2024

History

History
53 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.23 KB

CSPR.click Integration with Next.js App Router

This project demonstrates how to integrate CSPR.click with the Next.js app router.

Getting Started

  1. Create a New Project Using This Template:

    npx create-next-app@10.0.2 -e https://github.com/make-software/csprclick-nextjs-template
  2. Navigate to Your Project Directory:

    cd my-app

Node.js version >= v18.17.0

npm run dev
  1. Install Dependencies (if not already installed during project creation):

    npm install
    # or
    yarn install
  2. Run the Development Server:

    npm run dev
    # or
    yarn dev

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

CSPR.click Integration

For detailed information about integrating CSPR.click with your Next.js app, visit the CSPR.click website.

Thanks to thebadking and @Charlie85270 for this contribution!

Deployment

Deploy your Next.js project using platforms like Vercel, Netlify, or any other hosting provider. Follow their specific instructions for deployment.