inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.1k stars 767 forks source link

add Makefile to automate the installation #77

Closed zaherg closed 3 years ago

zaherg commented 4 years ago

This PR will automate the required steps to install pincrm locally by just using one command (on linux and mac).

image

image

but at the same time they can use make serve to run pincrm locally

image

reinink commented 3 years ago

While this is cool (especially the "Ping CRM" text!), I don't think it makes sense to add this. Ping CRM is designed to teach people how Inertia.js works with a Laravel app. Because of that, I think it's better to manually go through the normal installation steps...as that's part of the learning process.

I hope that makes sense, and thanks either way for your interest in Inertia.js! 🤟