Build a voting app((Tailwind, Alpine, Livewire, Laravel)), allows you to create ideas, vote and comment on them, sort and filter the results, and administer the site.
- Clone the repo and
cdinto it composer install- Rename or copy
.env.examplefile to.env php artisan key:generate- Setup a database and add your database credentials in your
.envfile php artisan migrateorphp artisan migrate --seedif you want seed datanpm installnpm run devornpm run watchphp artisan serveor use Laravel Valet- Visit
localhost:8000in your browser