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
cdinto it - 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 devphp artisan serveor run a xampp server- visit
localhost:8000in your browser