A demo application to illustrate how Inertia.js works.
Clone the repo locally:
git clone https://github.com/trianayulianto/pingcrm-ci4.git pingcrm-ci4
cd pingcrm-ci4
Install PHP dependencies:
composer install
Install NPM dependencies:
npm ci
Build assets:
npm run dev
Run the dev server (the output will give the address):
php spark serve
You're ready to go! Visit Ping CRM in your browser, and login with:
- Username: johndoe@example.com
- Password: secret
No testing yet