@horsepower/server
v1.0.4
Published
The master server for the horsepower http server.
Downloads
8
Readme
Horsepower Server
Installation
To install the server use the Horsepower CLI Tool. It can be installed and executed as follows:
# Install the command line tool
npm install -g @horsepower/cli
# cd to the location of where the project will be created
cd /path/to/project/parent/directory
# Create a new project within the current directory
# Note: A new folder will be created
horsepower new <project-name>
# Project Path: /path/to/project/parent/directory/<project-name>