alingam / components-ui

web components using polymer, angularjs, reactjs, webcomponents.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

components-ui

Proof of concept for Web Components. Below are the list

Installation

You need Node.js to be installed.

You need Grunt installed globally:

$ npm i -g grunt-cli

You need bower installed globally:

$ npm i -g bower

You need live-server installed globally:

$ npm i -g live-server
$ git clone [git-repo-url] FBD
$ cd fbd/components-ui
$ npm install
$ bower install
$ grunt
$ live-server

URL to access:

$ http://localhost:8080/

About

web components using polymer, angularjs, reactjs, webcomponents.js


Languages

Language:HTML 77.5%Language:JavaScript 18.5%Language:TypeScript 4.0%