I agree about keeping dependencies low in small projects! When I hop between multiple projects, I can feel the context switching cost if there are setups involved.
# Launch a development web server$ php -S 0.0.0.0:1234
# View production build$ open http://localhost:1234
# View test build$ open http://localhost:1234/?test
# Build static site$ php index.php > index.html
Hello, I am a 24-year-old web developer currently located in Larissa, Greece. I have a passion for beautiful designs backed up by flawless functionality. Drop by and say hi if you need anything!
I agree about keeping dependencies low in small projects! When I hop between multiple projects, I can feel the context switching cost if there are setups involved.
By the way, this looks like a great use-case for…
Blasphemy! Beautiful blasphemy!
BlasPHPemy!
I haven’t used PHP in years... and this seems very appealing!
What stack do you primarily use? Thanks for your response beforehand.