Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 339 Bytes

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

  1. git clone or git pull

  2. node server.js
  3. Open in broswer: http://192.168.0.10:3000/