Skip to content

aelbore/angular-ivy-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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