Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 483 Bytes

File metadata and controls

23 lines (19 loc) · 483 Bytes

#Cool Echo

Cool Echo is a simple NodeJS-based web service built using a Bootstrap template. its primary purpose is to allow use of a simple application in demo's and testing of other tools.

##Prereqs Requires CentOS 7 or Ubuntu 14.10+.

##Install Run the following commands:

# download the project
git clone <this repo>

# setup the project on the local host
cd cool-echo
./setup.sh`

##Run

# run the server
./run.sh`

The server will start on port :3000.