Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 617 Bytes

calculator-boilerplate

A boilerplate bootstrap/node.js project, with a calculator example for beginners learning how to create a node.js application and expose a web API. Use this as your starting point!

Demo

gif

Project Structure

Screenshot 2024-06-17 at 3 04 36 PM

How To Run

To install dependencies:

npm i

To run:

node app.js

or npm run start