Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 672 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 672 Bytes

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