Just go to File > New > Other > CodeMix > React Project , and then provide a name for your project, and CodeMix creates it for you. Tip: You can also use the command palette in CodeMix to execute npm commands. Just press Ctrl/Cmd+Shift+P and start typing.
Read moreCan React be used with Java?
One way is to build React with Java . In the development phase, we can run React and Java on separate ports. The interaction between these two happens with proxying all the calls to API. In the production phase, you can build the React app and put all the assets in the build folder and load it with the java code.
Read more