Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
doc: Added IoT-Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Jan 13, 2016
1 parent 5d860fd commit 65b49fc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions IoT-Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Node.js with Chakra on Windows 10 IoT
===
The following steps will help you get started with Node.js and Chakra on your
IoT Device

### Step 1: Set up your PC
* [Install Windows 10](http://www.microsoft.com/en-us/windows/windows-10-upgrade)
* [Install Visual Studio 2015 Update 1](http://go.microsoft.com/fwlink/?LinkId=691129)
(with Tools and Windows SDK)
* [Install Node.js Tools for Windows IoT](https://aka.ms/nt4winiot)

### Step 2: Set up your Device

Here are the detailed step by step instructions to set up your IoT device
(Choose from Raspberry Pi2, MinnowBoard Max or DragonBoard)
* [Raspberry Pi2](http://ms-iot.github.io/content/en-US/win10/RPI.htm)
* [MinnowBoard Max](http://ms-iot.github.io/content/en-US/win10/MBM.htm)
* [DragonBoard](http://ms-iot.github.io/content/en-US/win10/DB410c.htm)

### Samples
To help you get started we have created a few samples with detailed explainations.

* [Hello World](http://ms-iot.github.io/content/en-US/win10/samples/NodejsWU.htm)
* [Memory Status](http://ms-iot.github.io/content/en-US/win10/samples/Nodejs.htm) (Console)
* [Blinky Node.js Server](http://ms-iot.github.io/content/en-US/win10/samples/NodejsWUBlinky.htm)
* [Using Express in UWP](http://ms-iot.github.io/content/en-US/win10/samples/NodejsWUExpress.htm)
* [Using Johnny-Five in UWP](http://ms-iot.github.io/content/en-US/win10/samples/NodejsWUJ5.htm)
* [Using Cylon](http://ms-iot.github.io/content/en-US/win10/samples/NodejsCylon.htm) (Console)

0 comments on commit 65b49fc

Please sign in to comment.