The "Handle your Symfony assets without WebpackEncoreBundle, ViteBundle or AssetMapper" application is just a starter to show a minimalist symfony app, with assets handle easily.
Clone this repository:
https://github.com/abdounikarim/poc-symfony-handle-assets
Go on the project root folder:
cd poc-symfony-handle-assets/
There's no need to configure anything before running the application. There are 2 different ways of running this application depending on your needs:
Option 1. Download Symfony CLI and run this command:
symfony serve
Then access the application in your browser at the given URL (https://localhost:8000 by default).
Option 2. Use the built-in PHP web server:
php -S localhost:8000 -t public/