Skip to content

Instantly share code, notes, and snippets.

View acomms's full-sized avatar

Alex Commons acomms

  • Toronto, Canada
View GitHub Profile
@acomms
acomms / links.md
Last active May 2, 2025 17:45
Links to things
@acomms
acomms / readme.md
Last active March 5, 2025 20:16
README

Hello! If you're reading this it's because you're looking for code i've written. Pretty much all of the interesting code i've written is in private repos, so it's pretty uninteresting here.

But i'd love to talk to you about it!

I'm interested in:

  • TypeScript
  • JS/TS on the server
  • UI design in LLM powered products
  • Productivity sofware, for business and consumers
@acomms
acomms / tailwind-webpack-setup.md
Last active November 25, 2022 18:15 — forked from bradtraversy/tailwind-webpack-setup.md
Setup Webpack with Tailwind CSS

Webpack & Tailwind CSS Setup

Create your package.json

npm init -y

Create your src folder

Create a folder called src and add an empty index.js file. The code that webpack compiles goes in here including any Javascript modules and the main Tailwind file.