Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesnoeren/craft

Craft CMS 4 scaffolding project
https://github.com/mikesnoeren/craft

boilerplate craftcms

Last synced: about 1 month ago
JSON representation

Craft CMS 4 scaffolding project

Awesome Lists containing this project

README

        

# About mikesnoeren/craft

This repository was created to provide an easy starting point for your new [Craft CMS 4](https://github.com/craftcms/cms) projects.

Please be aware that this project is very opinionated; it expects you to mostly be using [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) and [Alpine.js](https://github.com/alpinejs/alpine) for the frontend.
If you do require custom JavaScript or CSS, it will be bundled, transformed and minified using [vite](https://github.com/vitejs/vite) and [PostCSS](https://github.com/postcss/postcss).

## Using mikesnoeren/craft
The setup assumes you use [ddev](https://github.com/drud/ddev), if you use an alternative development environment, please change the steps below accordingly.

### 1. Clone this project by clicking [here](https://github.com/mikesnoeren/craft/generate)

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