Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 529 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 529 Bytes

React-portfolio-starter

A React based personal portfolio app using create-react-app and React Router v4. s

Tools

  • create-react-app cli
  • React MDL material design
  • React Router v4

Start App

Clone repo, install, cd into folder and run:

npm install
npm start

Contribution

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