Portfolio Website
C.ziskas
You can fork this repo. Make changes of your own. Please give me proper credit by linking back to C.Ziskas. Thanks!
My personal folio cziskas which features some of my github projects as well as my resume and technical skills.
This project was built using these technologies.
- React.js
- Node.js
- Express.js
- CSS3
- VsCode
📖 Multi-Page Layout
🎨 Styled with React-Bootstrap and Css customizing colors
📱 Fully Responsive
Clone down this repository. You will need node.js
and git
installed globally on your machine.
-
Installation:
npm install
-
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
-
Installation:
npm install
- node
- npm
- yarn
-
In the project directory, you can run:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- Run commands:
git remote add <name-of-remote> <url-of-repository>
git push --set-upstream origin master
yarn add gh-pages
- Edits on
package.json
"predeploy": "npm run build", <----------- #1
"deploy": "gh-pages -d build", <---------- #2
-
Github, runs the build process and publishes a website using GitHub pages. Follow Deploy steps for more information.
-
Execute deploy
npm run deploy
Open project folder and Navigate to /src/components/
.
You will discover all the components used. Edit your information accordingly to your demands.
Give ⭐ if you like this site!