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
cd
into it composer install
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Setup a database and add your database credentials in your
.env
file php artisan migrate
orphp artisan migrate --seed
if you want seed datanpm install
npm run dev
ornpm run watch
php artisan serve
or use Laravel Valet- Visit
localhost:8000
in your browser