Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 928 Bytes

readme.md

File metadata and controls

37 lines (31 loc) · 928 Bytes

VoteAPP Laravel Version

Screenshot

How to Run

  1. Install node module
npm install
  1. Install laravel
composer install
  1. Generate CSS and JS to minify version
npm run production
  1. Migrate the database
php artisan migrate:refresh --seed
  1. And run your local server
php artisan serve