Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.23 KB

README.org

File metadata and controls

49 lines (29 loc) · 1.23 KB

Luncho App

What it is?

  • The Luncho app converts a Luncho price into local prices, and vice versa.
  • Aurelia based SPA app.

Installation

Local installation

  • You need to build the client library for Typescript firstly. That will do “yarn link” to publish the client library locally.

    cd ../luncho-typescript-fetch yarn install

  • Install npm modules for the Luncho app.

    cd ../app yarn install

Run on webpack devserver

  • “yarn start” does “yarn link luncho-typescript-fetch’ automatically.

yarn start

open http://localhost:8080/

  • If you got a SSL error on Chrome, you might need to delete HSTS redirection for http://localhost. Open ‘chrome://net-internals/#hsts’. Input ‘localhost’ to Delete domain security policy to delete. Don’t forget to input ‘http://localhost:8080’ again in the address bar, since it was redirected to ‘https://localhost:8080’.

Deployment

  • To build index.html and bundles in /dist dir

    au build –env –prod

Author

Dr HIRANO Satoshi, Peace and Passion, University of Tokyo, (AIST)

MIT License

Copyright 2019-2022 The National Institute of Advanced Industrial Science and Technology (AIST), Japan Copyright 2024 Peace and Passion