From the course: WordPress: Workflows

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up a local dev environment

Setting up a local dev environment - WordPress Tutorial

From the course: WordPress: Workflows

Start my 1-month free trial

Setting up a local dev environment

- [Instructor] Once you're ready to start doing development it's best to do it on something other than your live site. We don't want to break a site that people are actively visiting. That's where a local development environment comes in. This is a hosting environment that runs only on your computer, meaning you're the only one who can access it. Here you can code and experiment with other changes without worrying about breaking your live site. In the Creating a Child Theme workflow we go through actually installing Local by Flywheel, my recommended tool for local development. So if you'd like step by step instructions on how to do that, you can. But there are a few other tools you should have when you're doing full scale development. One is version control, which we'll look at later. The other is a good coding environment. There's lots to choose from, including Atom, and my personal favorite, VS Code. But you might also…

Contents