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!
To install dependencies:
npm i
To run:
node app.js
or npm run start