test_app_node_react Test App with Node and React (server) Install required packages sudo apt install nodejs sudo apt install npm Create an app (optional, don't need if cloned with node_modules) cd app npm init npm install express --save git clone or git pull node server.js Open in broswer: http://192.168.0.10:3000/