Update README.md

This commit is contained in:
Lloyd Brookes
2017-06-26 23:26:30 +01:00
committed by GitHub
parent 328cddc73e
commit 3dd00bf4c5

View File

@ -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.