Skip to content

opprDev/resume-simple-react

Repository files navigation

Simple React Resume

This is opprDev Organization Resume written in React.

Architecture

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.

Developing Information

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.

Clone

The simple instructions to clone this repository are as follows:

> git clone [email protected]:opprDev/resume-simple-react.git
> cd resume-simple-react

Install & Run

The simple instructions to install and run are as follows:

> npm install
> npm start

About

Authors