Foxrander is a Micro frontend framework PHP based on Object-Oriented Programming which is help developer rander HTML and CSS faster than ever
Foxrander has a lot of features out of the box and it is easy to use and customize. Some of the features are:
- Rander HTML element
- Routing
- PSR-4 Autoloading
- tailwind css
pov: the project is in process...
composer create-project Foxrander [project-name] --stability devNavigate to the project folder:
> cd [project_name]Install requirements:
> composer install> npm install > npm run tailwind run the project
> PHP -S localhost:8000

