To install dependencies after clone:
$ npm install --save
Inspired by the community driven open source iniciative JSON Resume to create a JSON based standard for resumes.
My intention is to focus on the frontend technologies, so I'm going to mock the backend providing the data through an API, using JSON Mock to create a mock REST API for quick prototyping my frontend.
To run the server:
$ npm start
Now you can go to http://localhost:3000/ with your web browser.
HTML5.1 W3C Recommendation, 1 November 2016
HTML5 semantic tags to hold content. Semantic markup from Schema.org
Cascading Style Sheets, a simple mechanism for adding style to Web documents.
Cascading Style Sheets home page
- npm - the package manager for JavaScript
- Google Hosted Libraries
- The best FOSS web front-end resource CDN
- D3.js is a JavaScript library for manipulating documents based on data
- The d3-timeline-event-horizon library
- A JavaScript module to create a calendar heatmap
- Scalable Vector Graphics (SVG)
- Official Docker Image for NODE.js docker build -t resume.sergioalonso.es:latest . docker run -it --rm --name resume.sergioalonso.es resume.sergioalonso.es:latest