https://github.com/code4mk/laractpa
Laravel React SPA application with secure api and authentication. :heart: @mostafa6765
https://github.com/code4mk/laractpa
code4mk laravel-react-spa laravel-spa react react-spa reactjs
Last synced: 3 months ago
JSON representation
Laravel React SPA application with secure api and authentication. :heart: @mostafa6765
- Host: GitHub
- URL: https://github.com/code4mk/laractpa
- Owner: code4mk
- Created: 2019-08-20T19:10:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:28:57.000Z (over 2 years ago)
- Last Synced: 2025-02-19T12:55:24.886Z (3 months ago)
- Topics: code4mk, laravel-react-spa, laravel-spa, react, react-spa, reactjs
- Language: PHP
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* clone this
```bash
git clone https://github.com/code4mk/laractpa.git
# copy .env.example to .env
composer install
php artisan key:generate
php artisan serve
```# react
```bash
# yarn
yarn install
yarn run watch
# npm
npm install
npm run watch
```[live demo](http://laractpa.herokuapp.com/react/home)