- Clone/download repo
npm install
. Currently this project only use npm for consistency
yarn run build
to build both UI and Server-side- There should be both
dist
anddist-server
folder as built files node .\dist-server\app.js
to run the sample
robot.json
should not be used for evil. Removed since 2020 , you shoudl include your own robot.json from Google Developer Console- The dependencies are very old . Please check before run
- Google Spreadsheet API v4 [https://developers.google.com/sheets/api/]
- Google Drive API v3 [https://developers.google.com/drive/]
- Some React calculator examples , some examples with
eval
as well