Back to basics with the HTML-driven SHATstack: Serverless, HTML, Alpine.js, TailwindCSS
The SHATstack is an HTML-driven subset of the JAMstack, which consists of the following components: Serverless, HTML, Alpine.js, and TailwindCSS. This stack aims to simplify the development process by getting back to the basics and eliminating unnecessary acronyms.
To get started with the SHATstack, follow these steps:
yarn install or npm install to install all required dependencies.yarn start or npm run start to start a local development server using Servey.yarn format to run Prettier on the HTML pages to ensure consistent formatting.yarn build to clean the dist directory and create a dist/index.html file from the files in the pages directory. This command will also inline the styles that are used in each HTML page.The SHATstack is a simplified and acronym-free stack that focuses on the core components of web development - HTML, Alpine.js, and TailwindCSS. By eliminating unnecessary complexities, the SHATstack offers an intuitive and streamlined development experience.