

Trust me, this is a huge timesaver and also allows you to organize your code more efficiently so that future edits are easier. If you’re using CSS in your development, you’ll be shocked at how easy and fast it is to use SASS to create stylesheets. If you have to move the site from your localhost (computer) to a server online before anyone can view it (besides you), why use this setup?įirst, localhost allows you to use SASS. While this is great for development of large sites, you will need to push the site to a staging site on a server before anyone can see it. So while this is great for development of large sites, you will need to push the site to a staging site on a server before anyone can see it. The database will be on your computer as well.Ī site set up on your localhost (your computer) will not, by default, be viewable to anyone else. This means your files will all be housed on your computer under whichever folder you set up (instructions below). You’ll need a program to be able to run PHP on your computer (your computer automatically understands HTML but not PHP). Installing WordPress on your localhost means you’re developing the site on your computer before you move it to the internet. In this post, I’ll show you how to level up your WordPress Development by developing a WordPress site on your localhost. But for larger sites or sites with more than one developer working on them, using a live server may not be the best option.

For smaller sites with a quicker development timeframe, this setup is ideal. If you’ve been working in WordPress for any amount of time, you know that you can install WordPress directly onto a live server hosted at any number of hosting companies, including Godaddy or A2hosting. Running SASS on Localhost using the Command Line.The Beginner's Guide to Setting up a Localhost Wordpress Site.Upgrading Your WordPress Workflow: Sass, Gulp, Git, and More.

This post is part of a post series called Using Git, SASS, and Gulp with WordPress
