An open API service indexing awesome lists of open source software.

https://github.com/aloyfa/phone-app

Project that emulates an iPhone creating Web Components using LitElement library.
https://github.com/aloyfa/phone-app

javascript litelement open-wc web-components

Last synced: 3 months ago
JSON representation

Project that emulates an iPhone creating Web Components using LitElement library.

Awesome Lists containing this project

README

        

This web app has been developed using litElement.

in order to run it you should go to mobile-app folder and then:

```
npm i
```
After node-modules has been installed:

```
npm run start
```