A basic calculator built with react and redux.
Download or clone than do
npm install
npm start
- Access app at
http://localhost:3000/
- The entry point file is
app/index.js
- Browser will refresh automatically on any file changes..
npm run build
- Files are saved into the
/docs
folder - To view it, open
docs/index.html