https://github.com/mehrancodes/workcation
Learning Tailwind CSS with Adam Wathan
https://github.com/mehrancodes/workcation
Last synced: about 1 month ago
JSON representation
Learning Tailwind CSS with Adam Wathan
- Host: GitHub
- URL: https://github.com/mehrancodes/workcation
- Owner: mehrancodes
- Created: 2019-06-18T20:52:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:30:59.000Z (over 2 years ago)
- Last Synced: 2025-01-24T12:32:24.425Z (3 months ago)
- Language: Vue
- Size: 3.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workcation
> For learning purpose from Adam Wathan video tutorial
[Live preview](https://workcation.netlify.com/)Workcation is the demo project for the upcoming ["Designing with Tailwind CSS" course](https://tailwindcss.com/course/) Adam 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](https://www.youtube.com/playlist?list=PL7CcGwsqRpSO3J4YU6BkWqjU0XcVSaPXl)
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).