Getting Started
Concepts
Project
Help
Angular Integration
Secure tunnels for your Angular development server.
Quick Start
Beam detects Angular CLI projects automatically. Run this in your workspace:
Terminal
npx beam dev
Host Binding Notes
By default, Angular's ng serve only listens on localhost (127.0.0.1).
Beam automatically proxies this to the public internet via Tor. This means you do not need to configure Angular to listen on 0.0.0.0 or mess with host headers. It just works securely.
Default Configuration
- Default Port4200
- Detection Commandnpm start(falls back to `ng serve`)
Support & Community
Report Issues
Found a bug or have a feature request?
Open an issue on our GitHub repository to get help from the team and community.
Open GitHub IssueDocumentation
Help us improve our guides.
This documentation is open source. Feel free to contribute updates or fixes.
Edit on GitHub