This is my personal website built using ReactJS and Bulma as the CSS framework. Live here
The personal information on the website is populated from a json file that follows the JSON Resume open source standard.
- Clone the repo:
> git clone
-
Update the resume.json with your personal information (check JSON Resume)
-
Install dependencies and run build command:
> npm install
> npm run build
You can also test the app with a development server, just run:
> npm start
MIT