This is my simple portfolio created with ReactJS compiled with webpack.
It contains some frameworks as Material Design, Jquery, TypedJS and others.
Live demo: https://www.jonlovera.com
To run this project local you must have NodeJS installed.
-
Clone the repository
git clone https://github.com/jonlovera/jonlovera.github.io.git
-
Install npm dependecies
npm install
-
Run project
npm start
Edit the JSON in with your information in /src/json/index.js
Change de images with yours and edit title of the website in /assets/index.ejs
and /assets/404.ejs
Add your PDF resume to /assets/[name in JSON file] Resume.ejs
To prepare for production you need to compile with webpack before upload.
-
Compile with webpack
npm run build
-
Commit to git
git add . git commit -am "SOME DESCRIPTION" git push origin master
Done!
This project is licensed under MIT.