- If necessary, register for a Cloud9 IDE account. (http://c9.io/)
- Sign into Cloud9 IDE. Create a new workspace.
- Name the workspace in the
Workspace name
field. For example:react_redux_d3
. Add a description if you like. - Set the repo in the
Clone from Git or Mercurial URL
field tohttps://github.com/alyssackwan/mentoring__react_redux_d3.git
. - Select Node.js in the 'Chooose a template' section
- Click
Create Workspace
.
- Name the workspace in the
- If necessary, open the workspace.
- Prepare the Cloud9 virtual machine.
- In the bash tab:
- Execute
nvm install v7.4.0
- Execute
nvm alias default v7.4.0
- Execute
npm install
. - Execute
pushd client/ && npm install && popd
.
- Execute
- In the bash tab:
No unit tests for this repo. There are 3 exercises. For each of the 3, make the React or D3 component display appropriately.
git checkout exercise-1-react-only
for exercise 1.git checkout exercise-2-d3-only
for exercise 2.git checkout exercise-3-react-and-d3
for exercise 3.