The repository for the titled post. It’s a very basic setup.
- Open terminal at the location of this repo
- Run
npm install - Run
npx @tailwindcss/cli@next -i app.css -o app.output.css --watch - Edit
app.css
Optionally in a new terminal window run python3 -m http.server to see it.
You can find the post on iamsteve.me