Skip to content

kirkchen/arithmetic-service

Repository files navigation

Arithmetic service

Open in Gitpod

Arithmetic service that can calculate arithmetic expressions, handling the basic operations, +, -, * and /

Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environment.

Install

$ git clone https://github.com/kirkchen/arithmetic-service
$ cd arithmetic-service
$ yarn install

Running the project

$ yarn start

Running in development environment

$ yarn start:dev

Build for production

$ yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published