Skip to content
/ awps Public
forked from Alecaddd/awps

A Modern WordPress Starter Theme for savvy Developers

License

Notifications You must be signed in to change notification settings

nobir/awps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awps

A Modern WordPress Starter Theme for savvy Developers

Build Status Dependecies NPM latest GPL License Code Climate

AWPS on YouTube

Introduction and installation video YouTube

Prerequisites

This theme relies on NPM and Composer in order to load dependencies and packages. Gulp should always be running and watching during the development process, in order to properly compile and update files.

Installation

  • Move the .env.example to your WordPress root directory, rename it as .env, and setup your website variables
  • Move the wp-config.sample.php to your WordPress root directory and rename it as wp-config.php, to replace the default one
  • Open a Terminal window on the location of the theme folder
  • Execute composer install
  • Execute npm install

Gulp

  • Run gulp watch at the beginning of every development session
  • Run gulp to quickly compile without watching
  • Run gulp --production to compile the assets for production and remove debug and console messages

Features

  • Bult-in gulpfile.js for fast development and compiling.
  • OOP PHP, and namespaces with PSR4 autoload.
  • ES6 Javascript syntax ready.
  • Compatible with JetPack, WooCommerce, ACF PRO, and all the most famous plugins.
  • Built-in FlexBox Responsive Grid.
  • Modular, Components based file structure.

License

GPLv3

About

A Modern WordPress Starter Theme for savvy Developers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.8%
  • CSS 19.3%
  • JavaScript 7.9%