Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferrata/tailwindcss-minimalist-html

Simple empty project with plain HTML and Tailwind CSS
https://github.com/ferrata/tailwindcss-minimalist-html

Last synced: about 2 months ago
JSON representation

Simple empty project with plain HTML and Tailwind CSS

Awesome Lists containing this project

README

        

# tailwindcss-minimalist-html

Simple empty project with plain HTML and Tailwind CSS (and little bit of animation)

## Preview

![](/assets/screenshot.png)

## To build and run

```shell
npm install
npm run preview
```

## To run with hot reload

```shell
npm install
npm run dev
```