DEV Community

Cover image for Bathe, the simplest WordPress starter theme
Kite
Kite

Posted on • Updated on

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 😎

Top comments (0)