Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

A boilerplate to get started for WordPress theme projects using Tailwind CSS.

License

Notifications You must be signed in to change notification settings

alphaweblab/boilerplate-wordpress-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for WordPress Theme (Tailwind)

A boilerplate to get started for WordPress theme projects using Tailwind CSS.

Installation

  1. Clone the Git repo using the following command.

git clone https://gitlab.com/alphaweblab/phoenix-laser-solutions.git

  1. Change to project's root directory to continue installation. All commands from this point should be run from project root folder unless mentioned otherwise.

cd phoenix-laser-solutions

  1. Checkout to dev to continue development.

git checkout dev

  1. Run composer to install dependencies.

composer install

  1. Run yarn or npm to install front-end dependencies.

yarn or npm install

  1. Create an empty database in local mysql server and update the credentials in .env file.

  2. Open http://localhost/phoenix-laser-solutions in browser to continue the installation.

  3. Use the settings and credentials sent over Slack and complete the installation.

  4. After the installation is complete, login to WordPress dashboard, go to Appearance -> Themes and activate "Boilerplate Theme"

  5. Run gulp task to start the build process

gulp watch

About

A boilerplate to get started for WordPress theme projects using Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published