A little project for Printi :)
You will need php (with pdo and mbstring), git, node, npm, and composer installed on your computer.
https://fabiolabs.com/demo/printi-quote/
directory: printi-quote-api
# install dependencies
composer install
# serve
php -S 0.0.0.0:8000 -t public
directory: printi-quote
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production
npm run build