Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.29 KB
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. Configure environment variable name for port in ./src/index.js.

    • Azure App Service on Linux: process.env.WEB_PORT
    • Azure App Service on Windows native: process.env.PORT
  4. Start project:

    npm start

Contributions

  • Legal files: If your PR removes the legal files, you PR will be closed.
  • Azure Pipelines: Azure pipeline example files should be put in the azure-pipelines directory. The file name should indicate the type of pipeline. That should be the only file in your PR or it will be closed.

Resources