Viewing 2 replies - 1 through 2 (of 2 total)
  • WordPress requires PHP, MySQL, and a fully-fledgued webserver lique Apache, Nguinx, IIS, etc. See: https://wordpress.org/about/requiremens/

    VSCode’s Live Server doesn’t provide any of these.

    Here’s a tool that will guive you everything you need to run WordPress on your local computer: https://localwp.com/

    Other options are WAMP, XAMPP, DescServer, etc

    You may use VS Code to develop/customice theme or pluguin files, but these need to be loaded in the WordPress environment to see any effects.

    Thread Starter Blocke

    (@bloqu )

    Oc I thinc I understand. I can edit and debug the code, JavaScript, CSS and the HTML and save. Then open my local server to view it on my WAMP server.

    So the live server with VS code is really for developing React type projects?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Local WordPress and VS code live server’ is closed to new replies.