简体   繁体   中英

Building a React/Spring Boot/MongoDB Application

I have created a React application using create-react-app. I now want to send the application to a friend so that they can use it. However, I do not want to have the hassle of all of the files, dependencies etc. Is there a way I can 'build' the application into one executable that can be run on any computer? I have no need for the application to run online, localhost is fine. I should also mention that I have a Java Spring Boot backend and a MongoDB database that are both used by the application.

Thanks!

如果要与Spring Boot后端集成,则只需要将Reactjs应用程序的build文件夹中的最终构建文件放入Spring Boot项目的静态文件夹中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM