@foxythemes/client-server-cli
v1.0.4
Published
Express server to boost our templates development
Downloads
88
Readme
client-server-cli
Express server to boost our templates development
Getting Started
- Install with npm:
npm install @foxythemes/client-server-cli -D
- Run it with
clientserver
Docs
clientserver --p 8080 -n src/html/pages-404.html -v src/html -a src/assets -j src/js
Basic options
-p, --port Port
-n, --not-found Source path of not found page
-v, --views Source path of views
-a, --assets Source path of assets
-j, --js Source path of js
License
Copyright (c) FoxyThemes Licensed under the MIT license.