A sample for NodeJS that showcases getter and setter Juno Datastore and Storage in TypeScript with the help of vite.
git clone https://github.com/junobuild/examples
cd examples/node/vite-typescript
npm ci
Make sure you have Juno's CLI installed:
npm i -g @junobuild/cli
From the root of this project, start the local development environment:
juno dev start
Then, to interact with the Datastore, run:
npm run docs
Or with the storage:
npm run assets