A web application to display Coronavirus Diseases (COVID19) statistics from different countries. Check Live Demo
Developed using TailwindCSS, Alpinejs, Laravel, Livewire T.A.L.L Stack 💪
git clone https://github.com/richardkeep/covid-19.git
cp -r .env.example .env && php artisan key:generate
composer install
to pull in all the dependenciesphp artisan server
to start the inbuilt PHP server