Browse Source

Update README.md

master
Lloyd Brookes 7 years ago
committed by GitHub
parent
commit
3dd00bf4c5
  1. 6
      README.md

6
README.md

@ -9,13 +9,13 @@
# local-web-server
The modular development web server for productive front-end and full-stack engineers. Use this tool to:
The modular development web server for productive front-end and full-stack engineers.
Use this tool to:
* Help build a web application using any architecture (static website, Single Page Application with client-side rendering, dynamic app with server-side rendering, Progressive Web App etc.)
* Prototype a web service (REST API, microservice, websocket server application etc)
Agnostic which front-end framework (React, Polymer, Angular etc) you use, if any.
## Synopsis
This package installs the `ws` command-line tool. The most simple use case is to run `ws` without any arguments - this will host the current directory as a static web site.

Loading…
Cancel
Save