Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contributte/embedded-skeleton
🎁 Tech boosted project skeleton based on Nette Framework (@nette), TailwindCSS (@tailwindcss), Alpine.js (@alpinejs) and Contributte (@contributte) libraries by @f3l1x.
https://github.com/contributte/embedded-skeleton
alpinejs nette nette-framework php project skeleton skywind tailwindcss template web
Last synced: 26 days ago
JSON representation
🎁 Tech boosted project skeleton based on Nette Framework (@nette), TailwindCSS (@tailwindcss), Alpine.js (@alpinejs) and Contributte (@contributte) libraries by @f3l1x.
- Host: GitHub
- URL: https://github.com/contributte/embedded-skeleton
- Owner: contributte
- License: mit
- Created: 2020-04-04T19:39:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T16:24:24.000Z (4 months ago)
- Last Synced: 2024-09-30T14:01:18.229Z (about 1 month ago)
- Topics: alpinejs, nette, nette-framework, php, project, skeleton, skywind, tailwindcss, template, web
- Language: Latte
- Homepage: https://examples.contributte.org/embedded-skeleton/
- Size: 753 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://heatbadger.now.sh/github/readme/contributte/embedded-skeleton/)
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-----
## Goal
Main goal is to provide example of reusable [Latte](https://latte.nette.org) widgets with [TailwindCSS](https://tailwindcss.com/) and [Alpine.js](https://alpinejs.dev/) to [Nette](https://nette.org).
## Demo
https://examples.contributte.org/embedded-skeleton/
## Installation
You will need `PHP 8.1+` and [Composer](https://getcomposer.org/).
Create project using composer.
```bash
composer create-project -s dev contributte/embedded-skeleton acme
```Now you have application installed. It's time to run it.
## Startup
The easiest way is to use php built-in web server.
```bash
# make dev
php -S 0.0.0.0:8000 -t www
```Then visit [http://localhost:8000](http://localhost:8000) in your browser.
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this project.