- Node.js 6.x Blueprints
- Fernando Monteiro
- 82字
- 2021-07-14 10:35:04
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.
- Create a folder called
chapter-02
. - 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.