For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart

From the command line install the Overmind package:

npm install overmind overmind-react

Setup

Now set up a simple application like this:

export const state = {
  title: 'My App'
}

And fire up your application in the browser or whatever environment your user interface is to be consumed in by the users.

Move on with the specific view layer of choice to connect your app:

REACT - ANGULAR - VUE - SVELTE

Last updated