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

Latest commit

 

History

History
9 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 390 Bytes

node-accelerator

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