Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 580 Bytes

Dice's Pizza

This is an example pizza tracking app built with Laravel, React, and Inertia.js to demonstrate automatic polling and live reloads.

Getting Started

Clone this repo and run the following commands to install the dependencies and start up the development environment:

  • cp .env.example .env
  • composer install
  • npm install
  • php artisan migrate --force
  • php artisan db:seed
  • php artisan serve
  • npm run dev

Once you've opened your browser to the application, you can use the register link to create an account and view the seeded pizza orders.