Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 687 Bytes

readme.md

File metadata and controls

40 lines (27 loc) · 687 Bytes

Math Expression Evaluator

Statements Branches Functions Lines

The app for execution of math expressions.

Run locally

Install dependencies:

yarn install

Run in dev mode:

yarn dev

Run tests mode:

yarn test

Build:

yarn build

Update badges in readme.md:

yarn make-badges