LoginSignup
2
4

More than 5 years have passed since last update.

Visual Studio 2017でNode.js開発

Last updated at Posted at 2017-03-20

Visual Studio 2017でNode.js開発する手順です。

環境

Windows 7 Professional SP1 64bit
Visual Studio 2017 Community
Node.js v6.10.0

Node.jsインストール

Node.jsをインストールしないと実行でエラーになるので事前にインストールします。

WindowsにNode.jsをインストール
http://qiita.com/akabei/items/43f9d6614d2d6d5b3730

Node.js開発インストール

Visual Studio 2017のインストーラーからNode.js開発をインストールします。

bbb.png

Node.jsプロジェクト作成

Visual StudioからNode.jsの新規プロジェクトを作成します。
今回はコンソールアプリケーションにしました。

ccc.png

プロジェクトが作成されるとHello Worldを表示するプログラムが自動で作成されます。

eee.png

そのまま実行するとHello Worldが表示されます。

dddd.png

以上、プロジェクトの作成は完了です。

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4