phthlaap/html_constructor

package under development

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phthlaap/html_constructor

v0.2.1 2018-06-26 15:42 UTC

This package is not auto-updated.

Last update: 2025-12-07 12:10:55 UTC


README

#Setup

php vendor/bin/htmlconstruct setup [PROJECT DIRECTORY PATH]

#RUN

php -S localhost:[port] index.php

#Add JS

addJS("jquery", "assets/jquery-1.12.4.min.js");

#Add CSS

addCss("custom-css", "assets/main.css");