- This is simple CRUD app made with Laravel 5.x & Vue 2.x where one can submit Resumè etc, give me a star ⭐ if you like it 🍻
$ git clone https://github.com/vinayakkulkarni/jobify.git
$ cd jobify
$ composer install
$ php vendor/bin/homestead make
append
/etc/hosts
jobify.app
$ vagrant up
$ php artisan migrate:refresh --seed
$ npm install
$ gulp semantic-build
$ npm run production|dev
$ yarn
$ gulp semantic-build
$ yarn run production|dev