https://github.com/aelbore/angular-ivy-hello-world
Hello World example code for Angular ivy
https://github.com/aelbore/angular-ivy-hello-world
angular angular-ivy build-optimizer components ivy ngcc rollup
Last synced: 4 months ago
JSON representation
Hello World example code for Angular ivy
- Host: GitHub
- URL: https://github.com/aelbore/angular-ivy-hello-world
- Owner: aelbore
- Created: 2018-11-25T03:20:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T00:01:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T14:51:42.758Z (6 months ago)
- Topics: angular, angular-ivy, build-optimizer, components, ivy, ngcc, rollup
- Language: JavaScript
- Size: 80.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-ivy-hello-world
Hello World example code for Angular ivy## Getting Started
* Clone repository
```
git clone https://github.com/aelbore/angular-ivy-hello-world.git
```
* Install dependencies
```
npm install
npm install -g http-server
```
* Build and Bundle
```
npm run build && npm run bundle
```
* Start the Application
```
npm start
browse: http://localhost:8080
```