From 6d3a1c54ec3e191463a118f874bcdfb455adcb19 Mon Sep 17 00:00:00 2001 From: Dan Roberts Date: Mon, 17 Dec 2018 12:12:35 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98281da7b..4b8cd4ebb 100644 --- a/README.md +++ b/README.md @@ -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 From 1dc70bb361b40abb57ff50010e78b8235d8bed08 Mon Sep 17 00:00:00 2001 From: dee <30602862+tildeee@users.noreply.github.com> Date: Mon, 17 Dec 2018 12:23:53 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b8cd4ebb..06b8e4b4e 100644 --- a/README.md +++ b/README.md @@ -38,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`