-
With node.js installed, go to the root directory of this repository and run:
npm install
-
Connect your Arduino
-
Check the file descriptor of your Arduino and change it in
app.js
-
Run the following command to connect to the Arduino and start the Web server:
node app.js
-
When your mobile phone is in the same network as the computer, point its browser to
http://{IP address of your computer}:1337