Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelozdev/tailwind-design
It is a static page where Tailwindcss is used for its design.
https://github.com/angelozdev/tailwind-design
css html static-site tailwind
Last synced: 4 days ago
JSON representation
It is a static page where Tailwindcss is used for its design.
- Host: GitHub
- URL: https://github.com/angelozdev/tailwind-design
- Owner: angelozdev
- License: mit
- Created: 2020-08-04T17:50:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:39:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-06T12:40:47.767Z (7 months ago)
- Topics: css, html, static-site, tailwind
- Language: CSS
- Homepage: https://angelozdev.github.io/tailwind-design/public/
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind Project
_It is a static page where [Tailwindcss](https://tailwindcss.com/) is used for its design._
## Starting
_You can clone this repository to have the project local:_
```bash
git clone https://github.com/angelozdev/tailwind-design.git
```_Install the necessary dependencies in the root of the project._
```bash
npm install
```_Run the following command to start the project in development mode:_
```bash
npm run dev
```## Deploy
_You can see the project in production [Tailwind Project](https://angelozdev.github.io/tailwind-design/public/)_
## Built with
_Technologies used in the frontend.:_
- **[Tailwindcss](https://tailwindcss.com/)** Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
- **[PostCSS](https://postcss.org/)** A tool for transforming CSS with JavaScript## Preview
![](./screenshot.png)## License
This project is under the License (MIT) - see the file [LICENSE.md](LICENSE.md) for details