https://github.com/jverneaut/wordpress-starter
Wordpress starter theme
https://github.com/jverneaut/wordpress-starter
acf babel bootstrap es6 sass webpack wordpress
Last synced: 2 months ago
JSON representation
Wordpress starter theme
- Host: GitHub
- URL: https://github.com/jverneaut/wordpress-starter
- Owner: jverneaut
- Created: 2019-06-09T17:23:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:01:16.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:17:07.449Z (4 months ago)
- Topics: acf, babel, bootstrap, es6, sass, webpack, wordpress
- Language: JavaScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WordPress Starter Theme
This project serves as a blank WordPress theme to build upon. It is ACF-ready and includes **sass** and **es6** support via **webpack**.
Usefull Bootstrap styles are also included in `scss/vendors/_bootstrap.scss` (grid, utilities, etc.).
### Usage
```sh
# Download WordPress Starter Theme
cd /wp-content/themes
git clone https://github.com/jverneaut/wordpress-starter
mv wordpress-starter# Install dependencies
cd
npm install# Dev
npm run start# Build
npm run build
```