Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 310 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 310 Bytes

calculator-js

This is my first project using ReactJS, it is legacy code so please do not use this as any reference.

Getting Started

  • Install the dependencies:
npm install
  • Start development server:
npm start
  • Or build the application for production:
npm run build