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

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

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
```