/calculator

Simple calculator built with React + Redux + Express

Primary LanguageJavaScript

Forked from: https://github.com/ahfarmer/calculator

Calculator

Simple React + Redux calculator with Express server. This project is for learning purposes only, used as a base project to add features / refactoring.

The project

This project is a simple React + Redux app.
The server is an express app (src/server.js)

How to run the project

git clone https://github.com/reisel/calculator.git
cd calculator
npm install
npm start