π Demo Page
An easily modifiable template written in React, featuring mordern material UI design, for building personal resume website. Integrated with create-react-app and gh-pages, easy to build and deploy.
Since this app is bootstrapped with creat-react-app, youβll need to have Node 8.10.0 or later on your local development machine. Install dependencies. For more information: (create-react-app)
Install dependencies
npm install
Run the app
npm start
Now you should see the app is running in http://localhost:3000
To customize it with your perosnal information, all you need to do is modify the json file in ./src/data/profile.json
and upload your profile picture to ./src/img/self.jpeg
Currently only github page is supported. To host your website with Github.
Edit website path in package.json
. This will normally be https://[your account].github.io/[repo name]/
.
Publish
npm deploy
This project was bootstrapped with Create React App, gh-pages