Skip to content

Commit ef062ba

Browse files
committed
update readme
1 parent cdbd2e5 commit ef062ba

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p>
22

33
## Laravel React Redux Boilerplate
4-
<p align="center">
4+
5+
<p>
56
<a href="https://packagist.org/packages/nilanth/laravel-react-redux"><img src="https://img.shields.io/packagist/v/nilanth/laravel-react-redux" alt="Latest Stable Version"></a>
67
<a href="https://packagist.org/packages/nilanth/laravel-react-redux"><img src="https://img.shields.io/packagist/l/nilanth/laravel-react-redux" alt="License"></a>
78
</p>
89

10+
Laravel React Redux Boilerplate helps to fasten your development, Instead of spending time configuring React and Authentication.
911

10-
### Laravel react redux boilerplate is pre-configured with
12+
### Pre-Configured with
1113

1214
- Laravel 8
1315
- Laravel Sanctum for SPA Auth
1416
- React 17
1517
- Redux
1618
- React Router
1719
- Axios
18-
- Ant Design
19-
- Redux Saga
20-
- SASS
21-
- EsLint
22-
- Preconfigured store, actions, sagas
20+
- [Ant Design](https://github.com/ant-design/ant-design)
21+
- [Redux Saga](https://redux-saga.js.org/)
22+
- [Sass](https://sass-lang.com/)
23+
- [ESLint](https://github.com/eslint/eslint)
24+
- Preconfigured redux store, actions and saga.
2325

2426
### Pre-Configured Modules
2527

2628
- User Login
2729
- User Register
2830
- Auth Routes
2931

30-
### Quick Start
32+
## Quick Start
33+
34+
### Laravel Development Environment setup
35+
36+
You can choose either one for your development
37+
1. [Laravel Homestead](https://laravel.com/docs/8.x/homestead)
38+
2. [Laravel Sail](https://laravel.com/docs/8.x/sail)
3139

3240
### Required setup before clone
3341
1. [Composer 2](https://getcomposer.org/download/).

0 commit comments

Comments
 (0)