Skip to content

loicbourg/webpack-hmr-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-hmr-php

hot module reload for php

#installation

npm install

#Usage on an other terminal run a local php server:

php -S 0.0.0.0:7000 -t web

then run

npm start

now if you go on http://localhost:8080 you see the word coucou in orange

if you update the color in main.css, the change will be done without having to refresh the page.

About

hot module reload for php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published