Skip to content

Comment on What tech stack to use?

Comments

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.