Web resume template
The profile data can be modified at data/profile.json
Replace public/assets/images/dp.jpg
with an image of your own.
- Download
nodejs
andnpm
for your platform
Platform | Command |
---|---|
Ubuntu | sudo apt-get install nodejs npm |
Fedora | sudo dnf install nodejs npm |
- Clone this repository
git clone https://github.com/methusael13/resume-builder.git
- Install dependencies
cd resume-builder
npm install
- Run Node.js server
node server.js
- Open your favourite browser and browse to
http://localhost:8080