sandrine_new_package

``` $ 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 ```

Browse on unpkg