Skip to content

abdounikarim/poc-symfony-handle-assets

Repository files navigation

Handle your Symfony assets without WebpackEncoreBundle, ViteBundle or AssetMapper

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.

Requirements

Installation

Clone this repository:

https://github.com/abdounikarim/poc-symfony-handle-assets

Go on the project root folder:

cd poc-symfony-handle-assets/

Usage

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published