My own Website, a SPA (Single Page Application) made with React + Sass, using my own components package (made with TypeScript & Atomic Design) & deployed on GitHub Pages
git clone https://github.com/philippebeck/philippebeck.github.io.git
cd philippebeck.github.io
npm i
- Change the project informations in
package.json
,index.html
&public/sitemap.xml
- Change the project data in
src/assets/data.json
- Change the project images in
public/img/
- dev mode:
npm start
- prod mode:
npm run build
- deploy mode:
npm run deploy
- About
- Blog
- Header
- Portfolio
- Stats
- Tools