- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 國(guó)際大學(xué)生程序設(shè)計(jì)競(jìng)賽中山大學(xué)內(nèi)部選拔真題解(二)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Learning Informatica PowerCenter 10.x(Second Edition)
- Learning Python Design Patterns(Second Edition)
- Building a Recommendation Engine with Scala
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- Unreal Engine 4 Shaders and Effects Cookbook
- Visual C#通用范例開(kāi)發(fā)金典
- 程序設(shè)計(jì)基礎(chǔ)教程:C語(yǔ)言
- Web Development with MongoDB and Node(Third Edition)
- Java系統(tǒng)化項(xiàng)目開(kāi)發(fā)教程
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Julia for Data Science
- Python機(jī)器學(xué)習(xí)與量化投資