Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocopon/llumino-pwa
:iphone: Llumino, a luminous calculator, re-built with the latest web technology (PWA)
https://github.com/cocopon/llumino-pwa
calculator llumino pwa
Last synced: 4 months ago
JSON representation
:iphone: Llumino, a luminous calculator, re-built with the latest web technology (PWA)
- Host: GitHub
- URL: https://github.com/cocopon/llumino-pwa
- Owner: cocopon
- License: mit
- Created: 2018-04-01T14:42:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:15:18.000Z (about 2 years ago)
- Last Synced: 2024-04-14T18:33:17.885Z (10 months ago)
- Topics: calculator, llumino, pwa
- Language: JavaScript
- Homepage: https://pwa.llumino.app
- Size: 1.94 MB
- Stars: 88
- Watchers: 2
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/602961/39685990-2c69768e-5201-11e8-9317-4def9a8bee33.png)
# Llumino PWA
Llumino is a luminous calculator that makes calculation more fun.This app was originally developed as an iOS native app, and now re-built with the latest web technology. This is also a technical demonstration of PWA (Progressive Web App).
## Development
Install required packages:```
$ npm install
```Create a configuration file from template:
```
$ cp config.example.json config.json
```Compile source codes and watch changes:
```
$ cd llumino-pwa
$ npm run dev-watch
```And run a development server:
```
$ cd llumino-pwa
$ npm run dev-server
```## License
MIT License. See `LICENSE.txt` for more information.