This project was generated with Angular CLI version 18.0.5.
git clone [email protected]:vilkoalexander/tailwind-talk.git
cd tailwind-talk
git checkout complete-tailwind-example
npm install
npm start
There are two routes available that provide similar functionality:
/scss - Implemented with SCSS
/tailwind - Implemented with Tailwind CSS
The Tailwind version has the ability to switch between Dark and Light themes. The SCSS version does not have this feature due to time constraints and the increased complexity of implementation.