Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.
composer install
npm install
php artisan serve
npm run dev //build frontend once for dev
npm run watch //build on watch for dev
npm run hot //Compiles and hot-reloads for dev
npm run prod //Compiles frontend for production
Rename .env.example to .env and set your own database info. Sqlite is used as the default database which comes with some preloaded data.