A WordPress starter theme using Parcel.
Features:
- sanitize.css
- Parcel for asset bundling and transpilation
- Suit CSS naming conventions
- lazysizes for lazyloading images
- Prettier
$ npm install -g prettier
- ESLint
$ npm install -g eslint eslint-config-prettier eslint-plugin-prettier
- stylelint
$ npm install -g stylelint stylelint-config-suitcss
$ git clone https://github.com/lukeharvey/wordpress-starter-theme-parcel.git lh
$ cd lh
$ npm install
# Build for production
$ npm run build
# Watch for changles locally
$ npm run watch
A web developer / web designer from the UK.