Hello World test project for trying out Tailwindcss
This is just a sample application utilising Webpack, SWC and Tailwind.
Most of the webpack configuration is inspired by the ejected configuration from CRA.
The inclusion in SWC as the compiler and minifier, so this now uses the swc-loader
for the typescript files.
- Clone repo
- Install dependencies
npm install
- Develop
npm run start
This repository uses Tailwind v3 so by default Tailwind JIT is enabled, hence only used styles are output.
As an example of what to expect