Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 384 Bytes

CustomerServer

Express Node.js Server with List of Customers.

This project was created with Express.

Installation

Git clone this repository and run the following command.

yarn install or npm install

This project's packages were added with npm and there is a package-lock file.

Available Scripts

yarn start or npm start

Runs the server on http://localhost:4000.