In 2023 the first State of HTML survey was released and it was filled with all kinds of neat stuff. This little site demonstrates some of the HTML features from the survey for a talk given at the Kentucky PHP User Group.
Pre-requisites: you need to have PHP (included in macOS), Composer, and NPM installed.
- Clone the repo.
- Run
composer install
- Run
npm install
- Run
php artisan serve & npm run dev
- Go to
http://127.0.0.1:8000/
in your browser.
- 2023 State of HTML survey - go take it!
- Laravel - what this site was [over]built with. 😅
- Shoelace - Web Component library.