Skip to content

Craft CMS 4 scaffolding project

License

Notifications You must be signed in to change notification settings

mikesnoeren/craft

Repository files navigation

About mikesnoeren/craft

This repository was created to provide an easy starting point for your new Craft CMS 4 projects.

Please be aware that this project is very opinionated; it expects you to mostly be using TailwindCSS and Alpine.js for the frontend. If you do require custom JavaScript or CSS, it will be bundled, transformed and minified using vite and PostCSS.

Using mikesnoeren/craft

The setup assumes you use ddev, if you use an alternative development environment, please change the steps below accordingly.

1. Clone this project by clicking here

2. Run the project: ddev start && ddev exec npm run watch