Dejvino's Curriculum Vitae
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 302 B

hace 1 año
1234567891011121314151617181920
  1. # cv
  2. Dejvino's Curriculum Vitae
  3. ## Build
  4. ```
  5. npm install
  6. # Development - served on http://localhost:8080/
  7. npm run start
  8. # Production - output in ./dist/
  9. npm run build
  10. ```
  11. ## Info
  12. Uses Bootstrap and Webpack to compile a static HTML/CSS/JS web page that can be easily served from any webhosting.