cd simple-calculatorto go into the project root.npm installto install the dependencies.
npm startto start the development server.open http://localhost:3000/in your browser.
npm run buildto build production version of this project.npm test -- --watchAll=falseto run all tests.
