- Laravel 5.8 + Vue + Vue Router + Vuex
- Authentication with JWT
- Webpack with laravel-mix
git clone https://github.com/Hawkart/darestreams.gitcd darestreamscp .env.example .envcomposer installphp artisan key:generatephp artisan jwt:secret- Edit
.envand set your database connection details php artisan migratenpm install/yarn
# build and watch
npm run watch
# serve with hot reloading
npm run hotnpm run production