Workcation
Workcation is the demo project for the upcoming "Designing with Tailwind CSS" course I'm working on.
It's a fun Airbnb-inspired UI that includes a bunch of neat ideas which make it perfect for teaching people how to build things with Tailwind.
The complete free course will be released early July, but you can watch me build the entire UI from scratch on YouTube in the mean time:
Watch the "Building Workcation" series
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint