Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.14 KB

File metadata and controls

49 lines (32 loc) · 1.14 KB

Wordpress Starter Theme Parcel

A WordPress starter theme using Parcel.

Features:

Getting started

Install pre-requisites

  • Node $ brew install node
  • Parcel $ npm install -g parcel-bundler

(Optional) Install linters globally

  • Prettier $ npm install -g prettier
  • ESLint $ npm install -g eslint eslint-config-prettier eslint-plugin-prettier
  • stylelint $ npm install -g stylelint stylelint-config-suitcss

Setup

$ git clone https://github.com/lukeharvey/wordpress-starter-theme-parcel.git lh
$ cd lh
$ npm install

Developing 'lh'

# Build for production
$ npm run build

# Watch for changles locally
$ npm run watch

Author

Luke Harvey

A web developer / web designer from the UK.