I took the Craft CMS "Spoke and Chain" site and fully Docker-ized & converted it over to Vite.js modern frontend tooling.
I also converted it to TypeScript, added in Critical CSS, and it all runs out of the Docker containers, nothing running on your local machine.
Getting it up and running is as simple as pulling the Git repo down, and typing:
make dev
repo: github.com/nystudio107/spoke-and-chain
コメント