Pehapkari.cz - Statie based web
composer create-project pehapkari/website pehapkari.cz @devTo enable live reload after any change, we need one more thing - gulp:
npm install -g gulp gulp-watchNow all you gotta do it move to the directory and run the gulp (see gulpfile.js for more details):
cd pehapkari.cz
composer update
npm install
gulpAnd open http://localhost:8000 in your browser.
That's all!
Are you using Docker? Here is how to run this project in it.