Basic blank template for WordPress, uses bootstrap 4 Grid and Sass.
To install follow the instructions:
- Download code from github
git clone https://github.com/dacmail/wp-starter.git <your-project-name>
- Navigate to your project directory
cd <your-project-name>
- Run
npm install
gulp watch
— Compile assets when file changes are made