Skip to content

imonkia/dropbox-sign-nextjs-app

Repository files navigation

Dropbox Sign Next.js App

The current @dropbox/sign Node SDK uses node modules which cannot run on client components.

Due to the nature of Next.js, this can cause errors during compile time.

This is a Next.js basic app using the @dropbox/sign Node SDK, as well as the hellosign-embedded client-side library.

This example app relies on the use of 'use server' directive to be able to perform Server Actions and Mutations from client components.

How to use

Install dependencies:

npm install

Set up environmental variables:

Create a new file named .env.local in the root of the project and add your Dropbox Sign API_KEY and CLIENT_ID.

Start the App:

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors