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 https://github.com/jcoelho93/personal-website.git
- 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