Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 322 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 322 Bytes

ReactJS calculator

FreeCodeCamp.org front end libraries project. Feel free to use or modify. Crediting isn’t required, but is appreciated

https://codepen.io/t-batbayar/full/QRwwVr

  1. Install required npm modules
npm install
  1. Start development server
npm start

Production build

npm build