Skip to content

krusematt/angular2-metro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angularjs 2.0 Metro UI

Windows 10 metro ui web components in angularjs 2.0

UI Components

### Textbox
- Usage

How to setup

  • Download Visual Studio Code Editor

  • Clone repository

    • git clone https://github.com/Aravind00Kumar/angular2-metro.git
  • Install npm global packages

    • npm install typescript tsd gulp -g
  • Install dev packages

    • npm install
    • tsd install

How to start

  • Compile typescript files to javascript

    • ctrl + shift + B
  • Build

    • gulp
  • Run application

    • gulp serve
    • open http://localhost:3456/ in browser
  • Build and run

    • gulp start
  • Open another terminal,

    • gulp watch

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.6%
  • JavaScript 9.9%
  • HTML 5.3%
  • TypeScript 4.2%