Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

sample-accelerators/node-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express

NOTE This repo has been archived and the sample has moved to:
https://github.com/vmware-tanzu/application-accelerator-samples/tree/main/node-express

This is a starter ExpressJs project, you can run it as a standalone app using npm run server in the root of the project. The server will be listening to request on port 3000, so you can test the server in a browser accessing http://localhost:3000 or via cURL.

Before running the command npm run server you need to run npm install to install the dependencies