This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d860fd
commit 65b49fc
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |