Application logic getting out of control?
You should try Sextant.
It's a GUI that lets you chart your application flows, then implement them with generated code.
Check out the demo version to try the Sextant GUI in your browser.
Check out the Sextant docs to learn how Sextant can power up your development workflow.
- Install yarn (version 1)
- Run
yarn install
- Run
yarn dev
to build all dependent packages and run Typescript on all repositories exceptfrontend
- Run
yarn fe start
to kick off the frontend dev server