Letimba / First-React-App

Home Page:https://first-react-app-orpin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js project with Raber integrated

This is a Next.js project with integration with Raber

Getting Started

First, replace the public key with your own key in pages/_app.tsx:

initializeApp({
  publicKey: '<with your own pub key>'
})

You can find public key in the header of the Editor:

Image

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Open http://localhost:3000/nextjs in Raber Editor

You can start editing the page visually in the Raber Editor.

Learn More

To learn more about Raber, please follow our official documentation.

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.

About

https://first-react-app-orpin.vercel.app


Languages

Language:TypeScript 81.4%Language:JavaScript 11.3%Language:CSS 7.2%