This is opprDev Organization Resume written in React.
This resume is designed using a component-oriented architecture, the reason why React is used. However, other libraries like Ember, Angular, and Polymer are also alternatives.
This project is linted at compile-time using ESLint. It is thanks to Babel with its stage-0 preset that the it compiles down to ES5
. Nevertheless, this project also is using webpack and react-transform.
The simple instructions to clone
this repository are as follows:
> git clone git@github.com:opprDev/resume-simple-react.git
> cd resume-simple-react
The simple instructions to install
and run
are as follows:
> npm install
> npm start