/laractpa

Laravel React SPA application with secure api and authentication. :heart: @mostafa6765

Primary LanguagePHP

  • clone this
git clone https://github.com/code4mk/laractpa.git
# copy .env.example to .env
composer install
php artisan key:generate
php artisan serve

react

# yarn
yarn install
yarn run watch
# npm
npm install
npm run watch

live demo