servee
Version:
A simple HTTPS server for local development that just works.
20 lines (11 loc) • 468 B
Markdown
# servee
 
Local HTTPS server with CORS enabled. **NOT suitable for production** use it to test your projects locally.
## Installing
npm i -g servee
## Usage
servee
## Opening
open https://localhost:5000
## License
MIT