- NodeJS to execute
npm
commands. - IDE code editor such as VS Code, WebStorm or Sublime Text.
- Composer
- Clone or download this repository ruel-porfolio
- Open the cloned project in your code editor.
- Open terminal and execute the following commands:
composer install
npm install
cp .env.example .env
php artisan key:generate
npm run dev
php artisan serve
- Access http://127.0.0.1:8000 in your web browser.
- Laravel Livewire both front-end and back-end.
- Tailwind CSS