Frontend Developer's Pipeline (TODO - UPDATE/DEPRECATE
STEP 1: HTML/CSS
- Design gets build in Storybook and local static templates with HTML and CSS (using Tailwind CSS)
- Pushing this will bundle/minify the CSS and make it publically available
- Templates can be composed to illustrate how they fit together in the live app, with different state and contexts.
STEP 2: RUST
- Register the templates
- Implement the same structure, with event handling, logic, state management, etc.