Node.js 6.x Blueprints
上QQ阅读APP看书,第一时间看更新

Creating the baseline applications

The first step is to create another directory, as I keep all the chapters under git control I'll use the same root folder as chapter 1, Build a Twitter like application using MVC design pattern in Node.js.

  1. Create a folder called chapter-02.
  2. Open your terminal/shell on this folder and type the express command:
 express --git

Note that we are using only the --git flag this time, we will use another template engine but we will install it manually.