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 appstep-one
: Starting pointstep-two
: Main component builtstep-three
: Form component builtstep-four
: Timesheet component builtstep-five
: Tickometer component built + app done