I need to make a new module for an existing project. The project is made with Express.js. I would like to make the new module with React.js because of the limited time I have for development. The thing is that the project is already using hbs as the view engine with several views. Is it possible to run my react app inside of the Express app?
I would prefer to just separate them (having react on a different port and just redirecting there from the main app), but it is a requiriment to have them both on the same port.
1.4m articles
1.4m replys
5 comments
57.0k users