- 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.
推薦閱讀
- Flutter開發(fā)實(shí)戰(zhàn)詳解
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- 造個小程序:與微信一起干件正經(jīng)事兒
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Mastering Ubuntu Server
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)案例式教程
- Apache Kafka Quick Start Guide
- Python 3.7從入門到精通(視頻教學(xué)版)
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- App Inventor少兒趣味編程動手做
- Java EE程序設(shè)計(jì)與開發(fā)實(shí)踐教程
- Python面向?qū)ο缶幊蹋ǖ?版)
- Manage Your SAP Projects with SAP Activate
- Cinder:Begin Creative Coding