Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adamwathan/workcation


https://github.com/adamwathan/workcation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Workcation

[Live preview](https://workcation.netlify.com/)

Workcation is the demo project for the upcoming ["Designing with Tailwind CSS" course](https://tailwindcss.com/course/) I'm 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)

## 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
```