Skip to content

Instantly share code, notes, and snippets.

@Staubgeborener
Last active September 8, 2023 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Staubgeborener/8b0e3d15b4bd294998d3969170e10c7a to your computer and use it in GitHub Desktop.
Save Staubgeborener/8b0e3d15b4bd294998d3969170e10c7a to your computer and use it in GitHub Desktop.
Fast setup for Tailwind CSS framework
sudo apt install update
sudo apt install npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source ~/.bashrc #maybe source ~/.zshrc or . ~/.profile
nvm install stable
npm install -D tailwindcss postcss autoprefixer
npm info tailwindcss version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment