Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 398 Bytes

File metadata and controls

21 lines (15 loc) · 398 Bytes

NodeJS - Basic Example

A sample NodeJS script that showcases queries to Juno.

Getting started

Note

Make sure you have Juno's CLI (npm i -g @junobuild/cli) installed on your machine.

git clone https://github.com/junobuild/examples
cd examples/node/basic
npm ci

Local development

juno run --src index.mjs
juno run --src assets.mjs