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.
- Host: GitHub
- URL: https://github.com/aloyfa/phone-app
- Owner: aloyfa
- Created: 2022-12-27T12:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T12:05:54.000Z (over 2 years ago)
- Last Synced: 2024-10-24T10:06:35.687Z (8 months ago)
- Topics: javascript, litelement, open-wc, web-components
- Language: JavaScript
- Homepage:
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```