/slim-inertiajs-demo

Inertiajs PSR15 with Slim PHP demo

Primary LanguagePHP

Slim Inertiajs

Install

For PHP

composer install

For JS:

yarn install

Or:

npm install

Watch JS during development:

yarn watch

or

npm run watch

Build JS:

yarn build

or

npm run build

Run PHP server:

php -S localhost:8000 -t public