- The Luncho app converts a Luncho price into local prices, and vice versa.
- Aurelia based SPA app.
- 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
- “yarn start” does “yarn link luncho-typescript-fetch’ automatically.
yarn start
- 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’.
- To build index.html and bundles in /dist dir
au build –env –prod
Dr HIRANO Satoshi, Peace and Passion, University of Tokyo, (AIST)
Copyright 2019-2022 The National Institute of Advanced Industrial Science and Technology (AIST), Japan Copyright 2024 Peace and Passion