rldona / user-list-webcomponents-native

This simple app shows a list of users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User List Webcomponent Native

This simple app shows a list of users and for this it is based on the native specification of Web Components of the browser.

alt text

Getting started

  • Install node.js
  • Install npm package globally:
npm -g install static-server
  • Go to the project folder:
`$/user-list-webcomponent-native`
  • Run server
static-server --port 8080

Start app

Now, you just have to navigate to http://localhost:8080/ to see the application working.

About

This simple app shows a list of users

License:MIT License


Languages

Language:JavaScript 88.0%Language:HTML 12.0%