resume template
npm
# install dependencies
npm install
# serve with hot reload at 0.0.0.0
npm run start
# build for production with minification
npm run build
or using yarn
# install dependencies
yarn install
# serve with hot reload at 0.0.0.0
yarn start
# build for production with minification
yarn build
- Fork and clone this repository.
- Run
yarn install
on your terminal. - Open
src/contents.js
on your text editor. - Edit and Add your contents
- Run
yarn build
on your terminal - Do setting for github.io hosting.