Dejvino's Curriculum Vitae
Go to file
2023-05-23 09:11:23 +02:00
src Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00
.gitignore Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00
LICENSE Initial commit 2023-05-23 04:04:02 +00:00
package-lock.json Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00
package.json Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00
README.md Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00
webpack.config.js Import Bootstrap Webpack example to start off 2023-05-23 09:11:23 +02:00

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.