Skip to content

umutykaya/umutykaya.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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