An Angular application with standalone components, ready to deploy on Light Cloud.
- Angular 21, scaffolded with
ng new - Standalone components and signals
- TypeScript with strict mode
- Ready for production deployment
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run buildVisit console.light-cloud.com and sign up with GitHub or Google.
- Click "New Application" in the dashboard
- Select "Static Site" as the deployment type
- Choose "Angular" as the framework
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting | Value |
|---|---|
| Build Command | npm run build |
| Output Directory | dist/starter-angular/browser |
Click "Deploy" and your app will be live in seconds!
Your app will be available at https://your-app.light-cloud.io
This starter is the output of ng new, with only the changes noted above.
Website • Documentation • Console
Made with ☁️ by Light Cloud
