An open API service indexing awesome lists of open source software.

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

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.