- Laravel 5.8 + Vue + Vue Router + Vuex
- Authentication with JWT
- Webpack with laravel-mix
git clone https://github.com/Hawkart/darestreams.git
cd darestreams
cp .env.example .env
composer install
php artisan key:generate
php artisan jwt:secret
- Edit
.env
and set your database connection details php artisan migrate
npm install
/yarn
# build and watch
npm run watch
# serve with hot reloading
npm run hot
npm run production