Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```