Frontend
Next.JS
1. Setup
npx create-next-app@latest --typescript
# or
yarn create next-app --typescript
# or
pnpm create next-app --typescript2. Install the SDK
npm install @connext/sdk3. Configure Next.JS
Create React App (CRA)
1. Setup
2. Install the SDK
3. Configure CRA
Last updated