|
|
|
|
|
by anditherobot
1123 days ago
|
|
Configure a PHP environment on your windows, mac or linux machine Create index.php and put your content. Link Jquery and Bootstrap/Bulma/Skeleton css framework Start with the basics stuff and slowly increment, until you have a working prototype. Start with the default PHP server: php -S localhost:8000 PHP is object oriented and have a ton of libraries for everything imaginable. |
|