prmiguel / llumino-pwa

:iphone: Llumino, a luminous calculator, re-built with the latest web technology (PWA)

Home Page:https://pwa.llumino.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

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.

About

:iphone: Llumino, a luminous calculator, re-built with the latest web technology (PWA)

https://pwa.llumino.app

License:MIT License


Languages

Language:JavaScript 87.4%Language:CSS 11.0%Language:HTML 1.6%