Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 556 Bytes

  • 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