Skip to content

anyrobert/calculator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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