Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jverneaut/wordpress-starter
Wordpress starter theme
https://github.com/jverneaut/wordpress-starter
acf babel bootstrap es6 sass webpack wordpress
Last synced: about 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:01:16.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:04:22.069Z (almost 2 years ago)
- Topics: acf, babel, bootstrap, es6, sass, webpack, wordpress
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- 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
```