Skip to content

Instantly share code, notes, and snippets.

@huphtur
Created August 31, 2020 23:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huphtur/55ab762a58e64576fdf4f74697162541 to your computer and use it in GitHub Desktop.
Save huphtur/55ab762a58e64576fdf4f74697162541 to your computer and use it in GitHub Desktop.
How to run Tailwind CSS locally on MacOS
- git clone https://github.com/tailwindlabs/tailwindcss.com
- cd tailwindcss.com
- yarn
- yarn export (this will take a while to run)
- cd out
- python -m SimpleHTTPServer(this fires up webserver at localhost:8000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment