0.1.8 • Published 6 years ago
byoui v0.1.8
Bring your own UI
A set of state machines that manage the logic and state for your UI.
This library provides just the state machines, but in the example directory, it has sample UI code that shows how to use some popular UI toolkits with the provided state machines.
Install
yarn add byouiExamples
Find config.ts in examples directory, and fill in the required AWS Cognito fields from your account to see things working against your Cognito account.
Run examples:
cd example
yarn start