ariear / starter-laravel-react

the minimal starter kit laravel, react and tailwind css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Laravel , React And Tailwind CSS

This project was created to make it easier for you to create Laravel and React based applications

Tech List

  • Laravel 9
  • React Js
  • React Router Dom
  • Tailwind Css

Instalation

Start with clone this repository

git clone https://github.com/ariear/starter-laravel-react.git

then run

composer install

If you using yarn

yarn

Or if you prefer using npm

npm install

create a new file named .env then copy it from .env.example

and run the server

php artisan serve
yarn build
yarn dev

Lets contribute

About

the minimal starter kit laravel, react and tailwind css


Languages

Language:PHP 95.5%Language:JavaScript 3.0%Language:Shell 1.2%Language:Blade 0.3%Language:CSS 0.1%