- In the terminal run:
npx create-react-app NAME-OF-APP
- Cd into the new directory:
cd NAME-OF-APP
- Run:
npm install
. - You can run
npm start
to see if the app was set up correctly.
npm i redux react-redux redux-devtools-extension -S
Edited and formatted by ericwm76
Eric's gist https://gist.github.com/ericwm76/e1204fc03f14af4429add8225ff55f71
npx create-react-app NAME-OF-APP
cd NAME-OF-APP
npm install
.npm start
to see if the app was set up correctly.Template for DTR Memo | |
| |
Group Member Names: Kevin Johnson, Dustin Mikusko | |
| |
What feedback did you get on Dog Party today? What was your biggest takeaway? | |
Dustin- Got the entire project completed with some holes. Do the workflow as it's given to you instead of getting ahead of yourself and adding extra things. | |
Kevin- Format my HTML better, get more used to working with js. Do the work they ask of you in the order they ask you and try not to add to much on your own. | |
Goals and Expectations for the Project (You don't know the details of the project yet. But as you go into any project, how do YOU define success?) | |
Stick to the iteration without deviating too much. Get useful practice and knowledge out of the project. To be able to |
The assignments listed here should take you between 1.5 and 2 total hours.
To start this assignment: