1.0.4 • Published 5 years ago

@horsepower/server v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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>