Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 982 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 982 Bytes

Venntro Workshops: React.js

A simple app for Venntro's first dev team workshop, recreating a Timesheet UI (inspired by our fave app, Tickspot...) in order to learn introductory React.js concepts.

Setup

Assumes you have git, node (> 0.10.x) and npm (> 2.5.1) installed.

  1. Fork or Clone the code from Github See: https://help.github.com/articles/fork-a-repo OR Run: git clone https://github.com/xiy/workshop-react YOUR_APP_NAME

  2. Install any dependencies npm install

  3. Install Brunch

     npm install -g brunch
    
  4. Start watching with Brunch:

     brunch watch --server
    

Workshop

The workshop will be run in mini 'sprints'. Git branches will be used to separate each stage of the app.

  • master: Complete goal app
  • step-one: Starting point
  • step-two: Main component built
  • step-three: Form component built
  • step-four: Timesheet component built
  • step-five: Tickometer component built + app done