docs
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
[](https://david-dm.org/75lb/local-web-server)
|
[](https://david-dm.org/75lb/local-web-server)
|
||||||
[](https://github.com/feross/standard)
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
***This is the documentation for the next version. For the previous release, see the [prev](https://github.com/75lb/local-web-server/tree/prev) branch. To install this prerelease: `$ npm i -g local-web-server@next`***
|
***Requires node v4.0.0 or higher. Install the [previous release](https://github.com/75lb/local-web-server/tree/prev) for older node support.***
|
||||||
|
|
||||||
# local-web-server
|
# local-web-server
|
||||||
A simple web-server for productive front-end development. Typical use cases:
|
A simple web-server for productive front-end development. Typical use cases:
|
||||||
@ -24,8 +24,6 @@ A simple web-server for productive front-end development. Typical use cases:
|
|||||||
* Map local routes to remote servers. Removes CORS pain when consuming remote services.
|
* Map local routes to remote servers. Removes CORS pain when consuming remote services.
|
||||||
* File sharing
|
* File sharing
|
||||||
|
|
||||||
**Requires node v4.0.0 or higher**.
|
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
local-web-server is a simple command-line tool. To use it, from your project directory run `ws`.
|
local-web-server is a simple command-line tool. To use it, from your project directory run `ws`.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
[](https://david-dm.org/75lb/local-web-server)
|
[](https://david-dm.org/75lb/local-web-server)
|
||||||
[](https://github.com/feross/standard)
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
***This is the documentation for the next version. For the previous release, see the [prev](https://github.com/75lb/local-web-server/tree/prev) branch. To install this prerelease: `$ npm i -g local-web-server@next`***
|
***Requires node v4.0.0 or higher. Install the [previous release](https://github.com/75lb/local-web-server/tree/prev) for older node support.***
|
||||||
|
|
||||||
# local-web-server
|
# local-web-server
|
||||||
A simple web-server for productive front-end development. Typical use cases:
|
A simple web-server for productive front-end development. Typical use cases:
|
||||||
@ -24,8 +24,6 @@ A simple web-server for productive front-end development. Typical use cases:
|
|||||||
* Map local routes to remote servers. Removes CORS pain when consuming remote services.
|
* Map local routes to remote servers. Removes CORS pain when consuming remote services.
|
||||||
* File sharing
|
* File sharing
|
||||||
|
|
||||||
**Requires node v4.0.0 or higher**.
|
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
local-web-server is a simple command-line tool. To use it, from your project directory run `ws`.
|
local-web-server is a simple command-line tool. To use it, from your project directory run `ws`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user