-
Notifications
You must be signed in to change notification settings - Fork 24
Tutorial Set Up
Daniel Marshall edited this page Nov 12, 2015
·
2 revisions
#Step 2: Set Up Your Test Environment
-
Create a local project folder for this tutorial. You can create this folder anywhere you want on your hard drive and name it anything you want.
-
For this tutorial you will access a node-static server to process the tutorial.html file commands. Install node.js if not previously installed. Enable the node-static server.
- Open a console and move to the project folder you just created.
- Run the following two commands at the console prompt:
npm install -g node-static
static
##(Proceed to Step 3 of the tutorial)