Skip to content
Daniel Marshall edited this page Nov 12, 2015 · 2 revisions

#Step 2: Set Up Your Test Environment

  1. 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.

  2. 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)

Home

Tutorial

Sample App

Documentation

Design

Clone this wiki locally