git clone git@github.com:eb-gustavo/react-workshop.git
cp -R 05-email-list-detail-fetch-flux my_env
cd my_env/05-email-list-detail-fetch-flux/
npm install
npm start
but this time will be with flux and for this exercise we’re going to get the emails from a server, so in another terminal run:
cd ../api-server
npm start
screen should look like:
------------------------------------
| search |
------------------------------------
| show unread | show deleted |
------------------------------------
| mark as read | mark as deleted |
------------------------------------
| selected | from | subject | date |
------------------------------------
| [] | aaaa | aaaaaaaa | aaa |
------------------------------------
| [] | ssss | ssssssss | sss |
------------------------------------
| [] | dddd | dddddddd | ddd |
------------------------------------
| close |
| email content here |
------------------------------------