/raspi

My play ground with Raspberry PI and sensors.

Primary LanguageJavaScriptMIT LicenseMIT

raspi

My play ground with Raspberry PI and sensors.

Installation - server (on a raspberry pi / 0):

Change into the directory

cd server

Install dependencies

npm install

Run the server

npm start

Installation - client:

Change into the directory

cd client

Install dependencies

npm install

Run the server

npm start

Now just point your browser of choice to localhost at port 3000.

http://localhost:3000