Installation
You'll need NodeJS and NPM, then to install the jspm-server command-line utility globally:
npm install -g jspm-server
Usage from command line
Run jspm-server
from your project's directory.
Additional parameters:
- --no-browser - suppress automatic web browser launching
- --quiet - suppress logging
- --open=PATH - launch browser to PATH instead of server root
- --port=8081 - open with port
- --proxy=http://localhost:8080 - proxy a running server
- --only-exts="" - watch only files with the specified extensions
- --ignore-exts="" - exclude files with the specified extensions