Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 754 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 754 Bytes

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.