calendar app
git clone https://github.com/edsel77/calendar-events.git
- edit
.env
and set your database connection details - run
composer install
- run
php artisan key:generate
andphp artisan jwt:secret
php artisan migrate
npm install
#laravel server
php artisan serve
# build and watch
npm run watch
npm run production