What tech stack to use?
I need to create an application that is essentially a CRUD one ; it will become a SaaS once it's done enough.
What tech stack to use?
I need to do a "working wireframe" (=> everything but not nice design, logo, colors) within ten days (during evenings and week-ends). I will then show it to potential (?) customers.
It needs to work great on laptop, on mobile devices, and should be able to work in the future with voice commands. In any case, it has to be really quick/reactive, super simple+beautiful=pure.
My tech experience is PHP (with frameworks), bootstrap, jQuery, and a small slice of Angular (so pretty "old"-fashioned tech stack).
A technology with a pretty looong learning curve wouldn't be that interesting because I wouldn't be able to do a prototype within days, and I may get discouraged quickly.
What would be the best choice, and why? Bootstrap with Laravel on the plain old lamp stack. It's what you know and can get working on right away. If you want to go the SPA way then you can mix Vue with Laravel. It's pretty much the official client side framework for Laravel, so the documentation for Laravel integration would be excellent. ^
Also, With Vue you can very easily build a component library (buttons / forms / pages / etc) that can be re-used throughout your various platform versions of your application. I normally do this by making a node module in a parent directory of the application projects like so: parentDir/
node_modules/
@applicationLibrary
components/
mixins/
services/
applicationProjects/
ios/
android/
electron/
web/
server/ Sorry, it did not keep formatting... No worries, I get it :) Nice to see it could be used to create a standalone desktop app as well !! For this specific problem, it could be a liked feature.