- Clone the repo
https://github.com/abeidahmed/react-calculator.git
cd
into the project- Run
git pull origin milestone-1
to pull themilestone-1
branch (any other branch can be pulled by replacingmilestone-1
withbranchName
) - Run
npm install
to install all the dependencies - Run
npm start
- Run
npm run test
to run all the tests, or - Run
npm run test:watch
to watch the tests
- heroku create $APP_NAME --buildpack mars/create-react-app
- git push heroku master
- heroku open
- GitHub: @abeidahmed
- Twitter: @iamhawaabi
- LinkedIn: Abeid Ahmed
- Fork the project
- Create your feature branch
git checkout -b awesome-feature
- Commit your changes
git commit -m 'Awesome feature'
- Push it
git push -u origin awesome-feature
- Open a pull request using this branch
Give a ⭐️ if you like this project!