Skip to content

Hawkart/darestreams

Repository files navigation

DareStreams

Features

  • Laravel 5.8 + Vue + Vue Router + Vuex
  • Authentication with JWT
  • Webpack with laravel-mix

Installation

  • 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

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published