2.2.2.Folder & data in Express
1.After install and config environment for express, you can use the following command to create a new express project folder
express -e <folder name>
2.For Ubuntu, you can use tree or ls command to check folder and files in this project folder

3.Common property for these folder and files
1.app.js
2.bin
3.node_moudules
4.pubic
5.routes
6.views
Last updated
Was this helpful?