Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.32 KB

File metadata and controls

37 lines (21 loc) · 1.32 KB

Toolpad Core - Create Toolpad App

This is a Next.js project bootstrapped with create-toolpad-app.

Setup

Run npx auth secret to generate a secret and replace the value in the .env.local file with it.

Add the CLIENT_ID and CLIENT_SECRET from your OAuth provider to the .env.local file.

Getting Started

First, run the development server: npm run dev

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

Run on CodeSandbox

Run this example on CodeSandbox here.

Clone using create-toolpad-app

To copy this example and customize it for your needs, run

npx create-toolpad-app@latest --example auth-nextjs-themed
# or
pnpm create toolpad-app --example auth-nextjs-themed

and follow the instructions in the terminal.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.