- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- 摩登創客:與智能手機和平板電腦共舞
- SpringMVC+MyBatis快速開發與項目實戰
- Magento 2 Theme Design(Second Edition)
- React Native Cookbook
- OpenCV 3和Qt5計算機視覺應用開發
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Mastering PHP Design Patterns
- Learning SQLite for iOS
- Apache Karaf Cookbook
- C++寶典
- 新一代SDN:VMware NSX 網絡原理與實踐
- Learning YARN
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Learning Ionic