/Remotech

Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.

Primary LanguagePHPMIT LicenseMIT

Remotech

Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.


Made with

Laravel Inertia Vue.js JavaScript TailwindCSS



Project setup


Setup laravel and all dependecies:

composer install

Install frontend assets (Uses Laravel Mix):

npm install

Start laravel development server:

php artisan serve

Load frontend for development

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.