Skip to content

Latest commit

 

History

History

assertions

Assertions

A sample app that showcases a simple assertions.

What to expect

When testing this application, you should not be able to insert any notes (using the frontend) that contain the word "hello".

Getting started

git clone https://github.com/junobuild/examples
cd rust/assertions
npm ci

Local development

To run the frontend app:

npm run dev

To run the "backend" functions:

juno dev start