homanp / nextjs-superagent

Minimal example of using the Superagent.sh SDK with NextJS

Home Page:https://superagent.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a minimal example of running the Superagent Javascript SDK with NextJS.

Getting Started

First, install the dependencies:

npm i

Secondly, rename .env.example to .env and add your environment variables.

Lastly, start the development server:

npm run dev

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

Learn More

To learn more about Superagent, take a look at the following resources:

About

Minimal example of using the Superagent.sh SDK with NextJS

https://superagent.sh


Languages

Language:JavaScript 91.2%Language:CSS 8.8%