Skip to content

Wordpress boilerplate theme for WooCommerce project using tailwind

License

Notifications You must be signed in to change notification settings

xleonardov/woocommerce-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WooCommerce with tailwind & Wordpress (by LeonV)

Getting Started

First you need to install the theme on your wordpress installation.

After that you need to replace teste.local with your website url like shown below.

{
  "scripts": {
    "sync": "browser-sync start -p 'teste.local' --files '**/*.php' 'build/*.js' 'build/*.css'",
  }
}

Then you need to install all the dependencies using the following command:

npm install
# or
yarn

After that you just need to execute the following command:

npm run preview
# or
yarn preview

After you have finished your theme, in order to export it to your live site, execute the following command:

npm run build
# or
yarn build

That's it! It's code time 🚀