Kirby on node server

How can i run kirby on a node server ?

AFAIK you can’t.
Kirby is a PHP app, so it needs PHP; commonly used on Apache or nginx webservers.

I want to add a react webapp to my existing kirby project. Now react needs npm to build itself and kirby doesnt support node, so how do I merge the two ?

We already had this discussion here: React integration with Kirby CMS

You can build your React app using npm locally, but you don’t need a node.js server in the backend to deploy your app. Your app runs in the browser, not on a node.js server.

I’m closing this so as not to duplicate topics. Please continue the discussion in the original topic.

1 Like