Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkazakevich/11ty-tailwind-skeleton
Simply skeleton 11ty + Tailwind CSS + PostCSS
https://github.com/vkazakevich/11ty-tailwind-skeleton
11ty 11ty-starter skeleton-template tailwindcss
Last synced: 2 days ago
JSON representation
Simply skeleton 11ty + Tailwind CSS + PostCSS
- Host: GitHub
- URL: https://github.com/vkazakevich/11ty-tailwind-skeleton
- Owner: vkazakevich
- License: mit
- Created: 2023-11-02T15:01:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T16:28:38.000Z (about 1 year ago)
- Last Synced: 2024-11-04T07:42:27.466Z (about 2 months ago)
- Topics: 11ty, 11ty-starter, skeleton-template, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 11ty-tailwind-skeleton
Skeleton for 11ty + Tailwind CSS, which includes everything you need to create simple marketing
## Technologies
- [11ty](https://www.11ty.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [PostCSS](https://postcss.org/)## Quickstart
1. Run `npm i` to install the modules.
2. Run `npm run start` to run the project. this will create a `public` folder, where all the developed file will remain.By default the site will be at `http://localhost:8080`
3. Run `npm run build` to build a production version.
## Contribution
All contributions, big or small, are welcome!
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.