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
- Host: GitHub
- URL: https://github.com/bernoussama/lazyhost
- Owner: bernoussama
- License: mit
- Created: 2024-09-05T00:53:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T17:44:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T14:49:44.860Z (over 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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