New SPA frameworks like React, Angular, Vue etc. Requires running node js server. But is there any way to run "output" (code generated after transpilation step) without running any server, directly in browser ? Just like we used to do with jQuery?
I know there are workaround projects are available like preact, petite Vue etc. Which doesn't require node or any compilation step. But, they feel with less features, and clumsy syntax. I want same features, but want to test final output without nodejs, directly in browser. Is that possible?