Clone to your project directory by running
git clone https://github.com/emachta/Calculator.git
When cloned, run
npm install
to install all of the required dependencies.
Start the server by running
npm start
Deploy onto a simulator by running
react-native run-ios
for iPhone, or
react-native run-android
for android.
Enjoy!