This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Hello World!
Wordpress Theme rapid development using Vite & Tailwindcss
To test browser sync in development mode ensure the following:
// define IS_VITE_DEVELOPMENT in functions or wp-config.php
define('IS_VITE_DEVELOPMENT', TRUE);
// run first time in your theme folder (node.js required)
npm install
// start development & refresh your browser
npm run dev