Making a simple idea voting app to relearn Laravel, and practice using Laravel Inertia JS React stack. I remember watching @drehimself tutorial, and thought of redoing his app using React and Laravel
- Clone the repo and
cd
into it - 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
php artisan serve
or run a xampp server- visit
localhost:8000
in your browser