Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 896 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 896 Bytes

Laravel Bootcamp with Inertia React

Welcome to the Laravel Bootcamp! In this guide we will walk through building a modern Laravel application from scratch. To explore the framework, we'll build a microblogging platform called Chirper.

Demo

Authors

Run Locally

Requirements:

  • Composer
  • Node.js

Clone the project

  git clone https://github.com/k-ardliyan/laravel-bootcamp-inertia.git

Go to the project directory

  cd laravel-bootcamp-inertia

Install dependencies

  composer dump-autoload

Start the server

  php artisan serve

Tech Stack

Client: Inertia, React, TailwindCSS

Server: Laravel 11, PHP (8.3.3), Vercel PHP 0.7.0, Node.js 18.x

Database: MySQL 8.0