/testapp

test app

Primary LanguagePHP

react

testapp

backend

  • cd testapp
  • cp .env.example .env adjust accordingly
  • composer install
  • touch database/database.sqlite
  • php artisan migrate
  • php artisan db:seed
  • php artisan serve

frontend

  • cd testapp/frontapp
  • npm install
  • adjust accordingly ./src/config.js
  • npm start