Skip to content

Fawaz Ahmed's personal profile built with ReactJS using create-react-app with less support.

Notifications You must be signed in to change notification settings

fawaz-ahmed/fawaz-ahmed.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fawaz-ahmed.github.io

Built with create-react-app with custom-react-scripts

npm install -g create-react-app custom-react-scripts

create-react-app fawazahmed —scripts-version custom-react-scripts

Setup for github pages :

1_ Add homepage link to package.json :

"homepage": "https://fawaz-ahmed.github.io",

2_ Install gh-pages :

npm install --save gh-pages

3_ Add following scripts to package.json

<I'm using devel branch for development and master for deployment>

"scripts": {

"predeploy": "npm run build",

"deploy": "gh-pages -d build -b master",

...}

About

Fawaz Ahmed's personal profile built with ReactJS using create-react-app with less support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published