Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ In this project, you'll take a lot of the knowledge you have so far and create a

This is a [Phase 3](https://github.com/Ada-Developers-Academy/pedagogy/blob/master/rule-of-three.md) Pair project.

Due: EOD Friday December 21st, 2018

## Learning Goals

- Use React to build a dynamic and attractive user interface
Expand Down Expand Up @@ -36,12 +38,10 @@ Each pair/group will give a short presentation on their project and their learni
- Fork this repository
- Add the pair as a collaborator on the project
- Clone the repository
- Use `create-react-app` to generate React scaffolding
- Commit and push the generated files
- The other partner shall then:
- Clone the repository (without forking)
- Install dependencies using `$npm install`
- Both partners shall then
- Install dependencies using `npm install`
- Start the development server using `npm start`
- Start the test watcher using `npm test`

Expand Down