- Node.js 6.x Blueprints
- Fernando Monteiro
- 87字
- 2021-07-14 10:34:58
Installing Express generator
For our first application, let's use the official Express generator. The generator helps us in creating the initial code of our application and we can modify it to fit into our application.
Simply type the following command in your terminal or shell:
npm install -g express
Note that the -g
flag means installing globally on your machine so that you can use it on any project.
Express is a powerful micro framework for Node.js; with it, it's possible to build web applications with ease.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- C語言程序設計案例教程
- Linux核心技術從小白到大牛
- 數據結構(Python語言描述)(第2版)
- Web Application Development with MEAN
- Java Web基礎與實例教程
- HTML5與CSS3基礎教程(第8版)
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Python Deep Learning
- Hack與HHVM權威指南
- Python機器學習與量化投資
- Flask開發Web搜索引擎入門與實戰
- Python高性能編程(第2版)
- Roslyn Cookbook
- Pandas入門與實戰應用:基于Python的數據分析與處理