Dejvino's Curriculum Vitae
| public | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
cv
Dejvino's Curriculum Vitae
Build
npm install
# Development - served on http://localhost:3000/ with auto-reload
npm run dev
# Production - output in ./dist/
npm run build
Info
Uses React with Bootstrap and NextJs, compiles a static HTML/CSS/JS web page that can be easily served from any webhosting.