/user-list-webcomponents-native

This simple app shows a list of users

Primary LanguageJavaScriptMIT LicenseMIT

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.