official nodejs website
npm install -g ionic cordova
<your/path/to/maxis-nbiot-hackathon>
.WebApplication/NodeJS
.npm install
to install dependencies.AZURE_CONNECTION_STRING=<your azure iot hub connection string>
npm start
to start the server.WebApplication/NodeJS
, go to folder named frontend
.npm install
to install dependencies.ionic serve
. Open browser at http://localhost:8010
to see the result.ionic build --prod
to build production files, which can be served by express server itself. If server is running, you can browse http://localhost:3000