An open API service indexing awesome lists of open source software.

https://github.com/bernoussama/lazyhost

simple cli to test your webapp on different devices
https://github.com/bernoussama/lazyhost

Last synced: 9 months ago
JSON representation

simple cli to test your webapp on different devices

Awesome Lists containing this project

README

          

# LazyHost

A simple CLI tool to create a local reverse proxy server for your localhost website or app to test on any device before deploying to production.

## Installation

```bash
npm install lazyhost -g
```

## Usage

```bash
lazyhost
```

## Or run it directly

```bash
npx lazyhost
```

## License

MIT