Website – A 5 Minute Window

Let’s try something different.

How much of a simple website can I build in five minutes?

I have a starter kit that has a simple, PHP static site generator, TailwindCSS, and a really
simple build script.

https://github.com/rosswintle/small-site-template

Let’s see what we get.

This is a simple project so I don’t need PHPStorm. Let’s use VSCode instead…

Let’s build it with build.sh

Now let’s view it. I use valet and this is in the veryuseful directory so it’s just at veryuseful.test

Nice. We’re ready to go.