create-ng-lite-app
v1.0.1
Published
Create NgLite SPA applications
Maintainers
Readme
create-ng-lite-app
Scaffold NgLite SPA applications instantly!
Usage
npx create-ng-lite-app my-app
cd my-app
npm install
npm startWhat You Get
- ✅ Angular 20 setup
- ✅ ng-lite-spa-core configured
- ✅ Routing with lazy loading
- ✅ Sample components (Home, About)
- ✅ Ready to develop
Created Structure
my-app/
├── src/
│ ├── app/
│ │ ├── components/
│ │ │ ├── home/
│ │ │ └── about/
│ │ ├── app.component.ts
│ │ └── app.config.ts
│ ├── main.ts
│ └── styles.css
├── package.json
└── angular.jsonLicense
MIT
