This project is a boilerplate for setting up a web application, thoughtfully integrated with Laravel, React, and TailwindCSS for a utility-first CSS styling approach. It aims to provide a resilient foundation for building robust and scalable web applications, significantly streamlining the development process.
Before starting the installation, ensure your environment meets the prerequisites listed above.
git clone [repository_url]
.env.example
file, renaming the copied file to .env
..env
file and update the database credentials (DB_DATABASE
, DB_USERNAME
, DB_PASSWORD
).git clone [repository_url]
.env.example
file and rename the copied file to .env
..env
file and configure the database credentials.composer install
php artisan key:generate --ansi
php artisan migrate --seed
php artisan serve
react/.env.example
file and rename the copied file to .env
.VITE_API_BASE_URL
parameter within the .env
file.npm install
npm run dev
You should now have the boilerplate running locally in your development environment, ready for further customization and development. Navigate to the application in your web browser to start using it.