Skip to content

DhiaTN/resume

Repository files navigation

react-resume

license npm reactjs Dependency Status

This project was started for the sake of discovering React features and philosophy as new trending technology. A lot of react tutoriel introduced react using ES5 syntax. In this project I tried to use the new React ES6/ES7 syntax. If you like it feel free to fork and to use for your own sake.

Setup

  • Install dependencies:

    :~$ npm run setup
  • Run HTTP server on port 8000:

    :~$ npm run server