Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 907 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 907 Bytes

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