Skip to content

Latest commit

 

History

History

vite-typescript

NodeJS - Vite + TypeScript Example

A sample for NodeJS that showcases getter and setter Juno Datastore and Storage in TypeScript with the help of vite.

Getting started

git clone https://github.com/junobuild/examples
cd examples/node/vite-typescript
npm ci

Local development

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