Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dejvino 36c72b4ba1 Import Bootstrap Webpack example to start off 1 year ago
src Import Bootstrap Webpack example to start off 1 year ago
.gitignore Import Bootstrap Webpack example to start off 1 year ago
LICENSE Initial commit 1 year ago
README.md Import Bootstrap Webpack example to start off 1 year ago
package-lock.json Import Bootstrap Webpack example to start off 1 year ago
package.json Import Bootstrap Webpack example to start off 1 year ago
webpack.config.js Import Bootstrap Webpack example to start off 1 year ago

README.md

cv

Dejvino’s Curriculum Vitae

Build

npm install

# Development - served on http://localhost:8080/
npm run start

# Production - output in ./dist/
npm run build

Info

Uses Bootstrap and Webpack to compile a static HTML/CSS/JS web page that can be easily served from any webhosting.