Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 585 Bytes

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.