next-with-tailwindcss
next-with-tailwindcss copied to clipboard
NextJS with TypeScript and TailwindCSS (with dark theme switch)
NextJS with Tailwind CSS and TypeScript
This is a demo project to show how to setup NextJS with TypeScript, TailwindCSS and Jest.
It shows how you can use a utility-first CSS framework with snapshot testing to have nice tests with different component stats (loading, disabled, active, ...).
To reduce the CSS bundle size of TailwindCSS, I added PurgeCSS.
Development
-
npm install
-
npm run dev
Testing
npm test
Production
-
npm run build
-
npm run start