sandrine_new_package
Version:
``` $ npm init -y``` ### Step 2: install express.js ``` $ npm install express ``` ### Step 3:you can add other things in express like: ``` $ npm install express --no-save ```
1 lines (0 loc) • 0 B
JavaScript
``` $ npm init -y``` ### Step 2: install express.js ``` $ npm install express ``` ### Step 3:you can add other things in express like: ``` $ npm install express --no-save ```