# Introduction à la création d'interfaces d'applications web ## Mise en route Pour lancer le serveur local : ```shell php -S localhost:8000 ``` Une fois le serveur local lançé, [ouvrir la page d'accueil dans le navigateur](http://localhost:8000 "serveur local"). ## Structuration d'applications web [Premier TP](https://iut-info.univ-reims.fr/users/jonquet/intranet/but/r202/tp/flex/index.html "sujet du TP"), traitant de la structuration des interfaces d'applications web.