Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ferrata/tailwindcss-minimalist-html
- Owner: ferrata
- Created: 2022-11-08T19:38:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T02:59:24.000Z (about 2 years ago)
- Last Synced: 2023-04-25T16:43:12.044Z (over 1 year ago)
- Language: JavaScript
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```