Bathe, the simplest WordPress starter theme

ixkaito

Kite

Posted on July 28, 2020

Bathe, the simplest WordPress starter theme

I released a simplest WordPress starter theme including full setup for Sass, Autoprefixer, stylelint, Webpack, ESLint, Browsersync, etc.

If you use wp-env with Bathe, you can start your theme development really fast.

1. Download or clone your repository generated from Bathe
2. Change directories into the Bathe folder

cd /path/to/bathe
Enter fullscreen mode Exit fullscreen mode

3. Start wp-env

wp-env start
Enter fullscreen mode Exit fullscreen mode

4. Install dependencies

npm i
Enter fullscreen mode Exit fullscreen mode

5. Start developing

npm run dev
Enter fullscreen mode Exit fullscreen mode

Of course, you can use Bathe with any development environment other than wp-env.

I would love to hear your feedback, and issues and PRs are welcome 😎

💖 💪 🙅 🚩
ixkaito
Kite

Posted on July 28, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related