Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 623 Bytes

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

  1. npm install
  2. npm run dev

Testing

npm test

Production

  1. npm run build
  2. npm run start