Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrbarbosa/laravel-htmx-todolist
Using Laravel + HTMX to build a simple todo list app
https://github.com/gabrielrbarbosa/laravel-htmx-todolist
Last synced: 25 days ago
JSON representation
Using Laravel + HTMX to build a simple todo list app
- Host: GitHub
- URL: https://github.com/gabrielrbarbosa/laravel-htmx-todolist
- Owner: gabrielrbarbosa
- Created: 2023-08-28T01:12:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:55:58.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:09:51.935Z (4 months ago)
- Language: PHP
- Size: 115 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - laravel-htmx-todolist - Laravel Todo List app demo for laravel-htmx (Examples by Back-end / PHP)
README
## Laravel Todo List using [laravel-htmx](https://github.com/mauricius/laravel-htmx)
## Setup
- composer install
- npm install## Run
- php artisan serve
- npm run dev## License
Thi is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).