Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesnoeren/craft
Craft CMS 4 scaffolding project
https://github.com/mikesnoeren/craft
boilerplate craftcms
Last synced: about 2 months ago
JSON representation
Craft CMS 4 scaffolding project
- Host: GitHub
- URL: https://github.com/mikesnoeren/craft
- Owner: mikesnoeren
- License: mit
- Created: 2021-09-17T20:52:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T19:58:15.000Z (about 1 year ago)
- Last Synced: 2024-06-08T08:32:32.651Z (7 months ago)
- Topics: boilerplate, craftcms
- Language: Twig
- Homepage:
- Size: 852 KB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ddev - Easy to use Craft CMS 4 scaffolding 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`