This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
runs: npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Thid deploys the app to react pages using the repo path. (In my Case https://madimetjamadix.github.io/portfolio/ )
Note:
update the homepage tag in the pakage.json file to https://[your-username].github.io/(your-repository)
To update/change the content of the Portfolio, you have to update the content.json
file in the Data
folder. You'll put your own name, logoPath, tagLine, ... e.t.c. Make sure the pathnames to the images correspond to the names of the images.
For Icons go to Iconify and search for your desired icon names. Feel free to change the Icons' styles to your own liking.
- The main pictures like the
Logo
,Background
andanimated-svg
reside in theImages
folder in thesrc
folder. If you change their names, make sure to update the code also. - The projects Background images resides in the path:
public/assets/Images/
.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify