DEV Community

Discussion on: Technology stack for one-page one-function web app?

Collapse
 
panta82 profile image
panta82

Assuming you are optimizing for dev speed, I'd do node.js + vue, without any build systems (load vue directly from cdn).

It also depends on how you want to host it. If you already have a PHP setup, then just replace node with laravel.