A React based personal portfolio app using create-react-app and React Router v4. s
- create-react-app cli
- React MDL material design
- React Router v4
Clone repo, install, cd into folder and run:
npm install
npm start
In order to review code, new features should be pushed to test branch. After test done, merge test with master.
git checkout -b test
Test URL: https://test.umutykaya.com/
git push origin develop:master