https://github.com/manthanank/angular-webpack-app
Angular Webpack Application
https://github.com/manthanank/angular-webpack-app
angular webpack
Last synced: 2 months ago
JSON representation
Angular Webpack Application
- Host: GitHub
- URL: https://github.com/manthanank/angular-webpack-app
- Owner: manthanank
- Created: 2024-12-31T05:56:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:56:56.000Z (over 1 year ago)
- Last Synced: 2025-10-25T04:56:50.697Z (8 months ago)
- Topics: angular, webpack
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Webpack Application
A modern Angular application built with Webpack bundler.
## Prerequisites
- Node.js (Latest LTS version)
- npm (comes with Node.js)
## Installation
```bash
npm install
```
## Development
```bash
npm start
```
Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Project Structure
```text
src/ - Source files
app/ - Angular components
index.html - Main HTML file
main.ts - Entry point
```
## Built With
- [Angular](https://angular.io/) - The web framework used
- [Webpack](https://webpack.js.org/) - Module bundler
- [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript
## Scripts
- `npm start` - Start development server
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.