Skip to content

lukeharvey/wordpress-starter-theme-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A WordPress starter theme using Parcel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published