Home
Softono

Woocommerce Wordpress

Open source MIT PHP
13
Stars
8
Forks
0
Issues
1
Watchers
2 years
Last Commit

 About Woocommerce Wordpress

Wordpress boilerplate theme for WooCommerce project using tailwind

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Woocommerce Wordpress?

We provide expert installation service for this software. Our team will install, configure, and secure Woocommerce Wordpress on your server. plans start at just $30.

Woocommerce Wordpress

View on GitHub

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 🚀