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.
Assumes you have git, node (> 0.10.x) and npm (> 2.5.1) installed.
-
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
-
Install any dependencies npm install
-
Install Brunch
npm install -g brunch
-
Start watching with Brunch:
brunch watch --server
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