Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Created February 6, 2020 11:08
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 geekysrm/16a8d92c2fe9aa4058bceb9b408449a2 to your computer and use it in GitHub Desktop.
Save geekysrm/16a8d92c2fe9aa4058bceb9b408449a2 to your computer and use it in GitHub Desktop.
Install Tailwind and generate Tailwind config file
# Install Tailwind:
npm install tailwindcss --save-dev
# Generate Tailwind config:
npx tailwind init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment