Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.03 KB

What is TALL Stack

You can discuss pages on this site at https://github.com/snapey/talltips/discussions

TALL stack describes applications with a preference for the following components;

  • Tailwind - CSS Utility Framework
  • Alpine - JS a lightweight declarative javascript framework
  • Laravel - PHP based web application framework
  • Livewire - front end components that sync with back-end state without writing APIs

To quickly boilerplate an application for TALL stack, check out the preset maintained by @imliam

TALL resources

For an awesome list of TALL resources, check https://github.com/blade-ui-kit/awesome-tall-stack

{% embed url="https://github.com/tanthammar/tall-forms" %}

{% embed url="https://github.com/MedicOneSystems/livewire-datatables" %}