- 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
What are your strengths? What makes you the hero of this story? | |
I am really passionate about programming and design. I think this keeps my motivation high when working on long and difficult problems. | |
How have you grown during your time at Turing? What have you had to overcome? | |
I think I have grown a lot, mostly when it comes to empathy and seeing other peoples prospective. | |
My Story: | |
Experienced and motivated graphic designer and software developer with a demonstrated history of working in the marketing |
1909 - Cookbook app | |
Kevin - Jesse Maxim | |
OVERALL - | |
What role do you typically play on a team? | |
It felt like I played the role of lead in this project only because I think Kevin was a little nervous to drive but when I pushed Kevin to do so he did a great job. | |
What is your approach to working on a team? | |
We would do a lot of planning together then would divide what we felt would be solid solo work. |
### Simple indexed manual with notes. | |
### installation | |
npm i -g @adonisjs/cli | |
To execute in project directory | |
adonis new . --api-only | |
Then start it | |
adonis serve --dev |