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 5 years ago