Skip to content

Latest commit

 

History

History

nodejs-minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

NodeJS example

A. How to run

Notes: depending on the desired authentication method, please update the client init in src/index.ts.

Steps:

  1. Install dependencies: pnpm install.
  2. Build the project: pnpm run build.
  3. Start the server: pnpm run start.