Regarding Basic setup with local web server using javascript

In this developer’s guide. we have steps for basic setup in local webserver with PHP. Is there any way to setup local webserver with Javascript ?. If then please let me know. Thanks in advance

Hi,

Matomo is written in PHP, so you need to execute the .php files for it to work (e.g. using php-fpm). Which webserver you then use to serve the static files and forward the requests to PHP (e.g. nginx, apache, something completely different) doesn’t matter.