- 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.
推薦閱讀
- SpringMVC+MyBatis快速開發與項目實戰
- Python Geospatial Development(Second Edition)
- Building Mapping Applications with QGIS
- Easy Web Development with WaveMaker
- 深度強化學習算法與實踐:基于PyTorch的實現
- Odoo 10 Implementation Cookbook
- Go語言編程
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Java EE 7 Development with WildFly
- Swift 2 Design Patterns
- C語言程序設計實驗指導
- Mastering R for Quantitative Finance
- Learning Redis