Craft CMS + Tailwind CSS Boilerplate
A Craft CMS boilerplate configured together with TailwindCSS
Requirements
- PHP 8.0.2+
- MySQL 5.7.8+ or PostgreSQL 10+
- Nodejs
Installation
- Clone this repository
- Install the dependencies.
cd project-folder
composer install
npm install
- Copy .env.example.* to .env
cp .env.example.dev .env
- Run craft setup
./craft setup
- Run development server
npm run dev
- For production release
npm run prod