- 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 makeappend
/etc/hostsjobify.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