My-resume is an application which converts a JSON file of resume data to a styled webpage.
- Clone this project
- Go to My-resume directory
cd My-resume
- Install dependencies
npm install
- Modify JSON file of resume at
/src/data/resume.JSON
according to your resume data - Get webpage running:
npm start
Add your github page address in package.json
to homepage
then run:
npm run build
npm run deploy
enjoy live version of your resume hosted by github pages :)
- Create React App - React App Generator
- SASS - CSS Preprocessor
- FontAwesome - Font icons
- npm - Dependency management
- PurpleBooth's README Template - README Template
- Mohammad Hosein Mighani - Initial work - MHMighani
This project is licensed under the MIT License - see the LICENSE.md file for details