https://fellipedemoraes.netlify.app
I started building my resume from here https://github.com/drehimself/resume-template
I chose this template because it looked simple and professional.
This was a lot better because I customized the template to make it work for me. In the past, I paid for templates that looked nice but I couldn't customize, there were some display issues, and not to mention monthly payments.
Technologies used were:
- HTML5
- CSS3
- npm
- parcel
In your terminal or cmd
run https: git clone https://github.com/fddemora/resume.git
or run ssh: git clone [email protected]:fddemora/resume.git
Next run cd resume
Make sure you have node js installed in your computer to run npm. I use nvm to install node but there is a better option out there. Follow the command here:
# install Volta
curl https://get.volta.sh | bash
# install Node
volta install node
# start using Node
node
curl is a unix command. If you are a windows user, check out this installation guide volta install
Lastly, run npm to install our devDependencies and run our parcel server:
npm install
npm run start
To access the server, run localhost:1234 on your browser.