/thecalculator

A simple calculator with using React with TypeScript, ExpressJS with TypeScript. This was meant to be a coding challenge for a company. There is many rooms for improvement in this project, but I believe you are good enough to figure it out :)

Primary LanguageTypeScriptMIT LicenseMIT

Installation

  1. Clone/download repo
  2. npm install . Currently this project only use npm for consistency

Usage

  1. yarn run build to build both UI and Server-side
  2. There should be both dist and dist-server folder as built files
  3. node .\dist-server\app.js to run the sample

Caution

  • 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

References