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

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

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