- 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.
推薦閱讀
- INSTANT FreeMarker Starter
- Cassandra Design Patterns(Second Edition)
- 網(wǎng)站構(gòu)建技術(shù)
- Web前端應(yīng)用開發(fā)技術(shù)
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開發(fā)
- Mastering JavaScript
- Selenium WebDriver Practical Guide
- Qt 5.12實(shí)戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解
- 深入實(shí)踐C++模板編程
- Lync Server Cookbook
- KnockoutJS Blueprints
- MySQL數(shù)據(jù)庫(kù)應(yīng)用技術(shù)及實(shí)戰(zhàn)
- PHP從入門到精通(微視頻精編版)
- 深入理解C++11:C++11新特性解析與應(yīng)用