DEV Community

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

Posted on • Edited on

2 1

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 😎

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay