Skip to content

This is my online CV or RΓ©sumΓ© πŸ’Ό πŸš€, implemented in Vue.js and React.js. Hosted on firebase πŸ”₯

Notifications You must be signed in to change notification settings

szkabaroli/resume-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Description

This is my online CV or RΓ©sumΓ© πŸ’Ό πŸš€, implemented in Vue.js and React.js. Hosted on firebase πŸ”₯

Development

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

Vue
# Run local dev server
npm run start:vue

Visit in browser: http://localhost:8080

React
# Run local dev server
npm run start:react

Visit in browser: http://localhost:8081

Distribution

Vue
# Build staged environment
npm run vue:build:dev

# Build production environment
npm run vue:build:prod
React
# Build staged environment
npm run react:build:dev

# Build production environment
npm run react:build:prod

Directory structure

β”œβ”€β”€ 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

About

This is my online CV or RΓ©sumΓ© πŸ’Ό πŸš€, implemented in Vue.js and React.js. Hosted on firebase πŸ”₯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published