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

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

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)