- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 136字
- 2021-07-08 10:32:42
Creating the sample application
The testapp folder that we just created will be the root of our sample Node application. Even though it's not necessary, it's important and also best practice that we should create the package.json file for our Node app, which will hold the necessary data regarding the application such as its version, name, description, development, and runtime dependencies. This can be done by issuing the following command from the testapp folder root:
$ npm init
This command will follow up by asking you a few questions, such as the name and version number of your newly created application. It is not necessary that you fill in all the details in one go, and you can skip the steps by pressing Enter and the default values will be entered, which you may update later.
推薦閱讀
- 從零開始構建企業級RAG系統
- 深入理解Bootstrap
- PaaS程序設計
- Python Data Analysis(Second Edition)
- FFmpeg入門詳解:音視頻原理及應用
- Go并發編程實戰
- PySpark Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- SpringBoot從零開始學(視頻教學版)
- Test-Driven iOS Development with Swift
- C語言從入門到精通(第4版)
- Learning Behavior:driven Development with JavaScript
- Python機器學習技術:模型關系管理
- OpenCV輕松入門:面向Python
- HTML5與CSS3權威指南(第2版·下冊)