Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 411 Bytes

File metadata and controls

executable file
·
14 lines (11 loc) · 411 Bytes

Test: React.js - Explorer

Example of the tree view in React.js.

Installation

  1. Install node.js, gulp and bower
  2. git clone https://github.com/akabekobeko/examples-web-app.git
  3. cd react-explorer
  4. npm install
  5. bower install
  6. Run "gulp build" or "gulp release"
  • "gulp build" is dev build ( for src )
  • "gulp release" is release build ( for dist )