Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

the minimal starter kit laravel, react and tailwind css
https://github.com/ariear/starter-laravel-react

laravel-react laravel-react-tailwind laravel-starter-kit laravel10 stater-kit

Last synced: 1 day ago
JSON representation

the minimal starter kit laravel, react and tailwind css

Awesome Lists containing this project

README

        

# 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
``` sh
git clone https://github.com/ariear/starter-laravel-react.git
```
then run
``` sh
composer install
```
If you using yarn
``` sh
yarn
```
Or if you prefer using npm
``` sh
npm install
```

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

and run the server
``` sh
php artisan serve
```
``` sh
yarn build
```
``` sh
yarn dev
```

Lets [contribute](https://github.com/ariear/starter-laravel-react/contributors)