How to convert NodeJS application to war file
问题 I have created a dashboard with React JS for front-end and Node JS for the backend. I have already built the build folder for React JS project, now the build folder is inside the Node JS application. What I mean by this is that when I give the npm start, the server starts running on localhost 4000 and able to access all the files of front-end from the build folder, it means the project is running when I run the node js server on local system. The problem is I want to convert this node JS