Skip to content

Innovative WordPress Theme boilerplate. (Actively Maintaining)

Notifications You must be signed in to change notification settings

atakanoz/themekit

Repository files navigation

Flex logo

Flex WordPress Starter Theme

GitHub release license PRs Welcome GitHub code size in bytes GitHub repo size

Flex is the simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.

Getting Started

1. Install Dependencies

composer install
yarn install
yarn wp-env start # Optional step: If you wish to run this theme via WP-ENV and Docker

2. Start Dev Environment

yarn dev

Configuration & Defaults

You can modify the configurations by editing config in webpack.mix.js.

mix.browserSync({
  proxy: 'http://localhost:8888',
  open: 'external',
  port: 3000,
  files: ['*.php', 'includes/**/*.php', 'views/**/*.php', 'source/**/**/*']
});

Copyright / License

© 2020-2021 the contributors of PressX under the [GPL version 2.0] or later. For more information, visit: https://github.com/pressxco/flex/blob/master/LICENSE

About

Innovative WordPress Theme boilerplate. (Actively Maintaining)

Resources

Stars

Watchers

Forks

Packages

No packages published