Install WordPress Locally
Setting up a local server environment and then installing WordPress is a good way to develop your blog on your computer before going live and avoiding many iterations of it being uploaded to your web host and published on the internet.
Install XAMPP
XAMPP is a local server environment with PHP, MySQL and Apache components supported. When installed, it will allow you to imitate…