This is my online CV or RΓ©sumΓ© πΌ π, implemented in Vue.js and React.js. Hosted on firebase π₯
First things first clone the repo and install dependecies
# Clone project
git clone https://github.com/szkabaroli/resume-web
# Install dependencies
npm install
Then run the local dev server
# Run local dev server
npm run start:vue
Visit in browser: http://localhost:8080
# Run local dev server
npm run start:react
Visit in browser: http://localhost:8081
# Build staged environment
npm run vue:build:dev
# Build production environment
npm run vue:build:prod
# Build staged environment
npm run react:build:dev
# Build production environment
npm run react:build:prod
βββ dist // parcel buid dir
β βββ react
β βββ vue
βββ src // source code
β βββ shared // shared sources
β βββ assets // static resource like themes, fonts
β βββ vue // vue app sources
β β βββ components // single file components
β β βββ App.vue // main component
β β βββ index.js // entry javascript file
β β βββ index.html // entry for the vue app
β βββ react // react app sources
β β βββ components // components
β β βββ App.jsx // main component
β β βββ index.js // entry javascript file
β β βββ index.html // entry for the react app
βββ public // public static assets like images
β βββ images // static images
βββ .gitignore // gitignore
βββ .gitattibutes // lfs filters
βββ readme.md // this file
βββ package.json // package.json
βββ package-lock.json // package-lock.json