Skip to content

lajennylove/sage-vite

 
 

Repository files navigation

Sage + Vite Theme

screenshot

Advanced WordPress starter theme with Tailwind CSS, Laravel Blade and Vite

Documentation

Requirements

Installation

Rename .env.example to .env and set the url for your site in APP_URL, also you can configurate the Hot Module Replacement in HMR_HOST and HMR_PORT

Make sure you have all the requirements, then clone the repository and inside of the folder run the follows commands.

First run:

  yarn

Then:

  composer install

Once you have all the dependencies you have to build the assets:

  yarn build

And Finally just run:

  yarn dev

Recomended libraries

  • ACF Composer for the advanced custom fields, (AFC Pro required)
  • Navi Easy way to handle the WordPress menus, I also hate the WordPress NavWalker xD
  • Poet provides simple configuration-based post type, taxonomy, editor color palette, block category, block pattern and block registration/modification.

About

Sage with Vite Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.7%
  • Blade 13.8%
  • JavaScript 10.6%
  • SCSS 6.7%
  • TypeScript 2.4%
  • CSS 0.8%