Skip to content

filipeqs/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Portfolio built with React and Sass (.scss) files


Instructions

First clone this repository

$ git clone https://github.com/filipeqs/portfolio.git

Install dependencies. Make sure you already have npm installed in your system

npm install

Run it.

npm start

Customize

All data are on the data.js file

src/data/data.js

images and assets are on the Public folder

public/assets
public/img

Deploy to Github page

Change homepage property on package.json

"homepage": "http://{username}.github.io/{repo}",

Run the deploy script

npm run deploy