Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

capelski/azure-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-express

Minimalist Node.JS express server template, ready to be deployed to an Azure Web App. It uses Express 4 and includes a .gitignore file to exclude node_modules and the config.json file from the repository.

After having many troubles to get an Express 4 server up and running in Azure, I followed this confusing tutorial in order to generate Azure compatible code. The only necessary setup to work with this code is to have node.js installed:

git clone https://github.com/L3bowski/azure-express

cd azure-express

npm install

npm start

About

Minimalist Node.JS express server template, ready to be deployed to an Azure Web App

Resources

License

Stars

Watchers

Forks

Packages

No packages published