An open API service indexing awesome lists of open source software.

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

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.

![](https://tailwindcss.com/img/workcation-screenshot.jpg)

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).