Skip to content

Instantly share code, notes, and snippets.

@mblouka
Created March 24, 2023 21:53
Show Gist options
  • Save mblouka/84f002b638a0c040810974a0963f8a39 to your computer and use it in GitHub Desktop.
Save mblouka/84f002b638a0c040810974a0963f8a39 to your computer and use it in GitHub Desktop.
Web project setup commands

Augment NextJS project

Setup command

pnpm add -D tailwindcss postcss autoprefixer prettier prettier-plugin-tailwindcss @iconify/react @headlessui/react
npx tailwindcss init -p

prettier.config.js

module.exports = {
  plugins: [require('prettier-plugin-tailwindcss')],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment