Skip to content

DevPointers/SimpleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

Description

Simple calculator application with basic arithmetic opertions. The goal is to get quick started on node js and create a simple hands on application

How to run

  1. Clone the repo SimpleCalculator on your local machine
  2. Install node.js on your machine, if not installed already.
  3. Go to the SimpleCalculator folder from your command line (bash, pwsh) and install the below modules
    npm install express
    npm install http
    npm install body-parser
    npm install path
  4. Type below command to run the app
    npm start
  5. Open http://localhost:3000 in the browser to view the calculator

Configurations

  1. You can change the hostname and post in app.js file, if required.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published