George McKinney Adventures in Software Development

September 8, 2020

Using Chrome as a Local Web Server

Filed under: Chrome Browser — georgemck @ 2:52 am

Nifty trick from https://medium.com/@jmatix/using-chrome-as-a-local-web-server-af04baffd581

Chrome version 65+ can double as a local static web server

 

 

<html>
    <head>
       <style></style>
    </head>
    <body>
        <h1>This is MyWeb.com</h1>
    </body>
</html>

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.

Powered by WordPress