A simple calculator built using React, create-react-app and Dracula color scheme. See a live demo here.
- Clone this repo
git clone https://www.github.com/rfargetton/react-calculator - Install npm packages
cd react-drum-machine && npm install - Run a development server
npm start - Create a production build
npm run build
