Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 544 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 544 Bytes
page_type languages name description products
sample
javascript
nodejs
JavaScript end-to-end Express.js server
This project is used instead of the previous express-generator.
azure
vs-code

JavaScript end-to-end client file upload to Azure Storage Blobs

This is a basic Express.js server used for JS Dev Experience documentation, in place of the previously used express generator.

  1. Clone repo.

  2. Install dependencies:

    npm install
  3. Start project:

    npm start