0
In order to use Livestyle (a tool that updates real-time css in the browser), I need to upload my web application (html + css) to a local server, but how can I do this?
I’ve always used Tomcat for my PHP and JAVA applications, but never for pure html.
Thank you!
Use the built-in php server inside the project folder. https://www.php.net/manual/en/features.commandline.webserver.php
– Jean Freitas