Coaching materials for React, Auth, CRUD and API integration
Clone down the repo
git clone https://github.com/nology-tech/mealworm.git
Run a yarn install to install all the necessary packages needed for the application to run
yarn install
To spin up the application in the live server
yarn start
To run any tests that are present
yarn test
To move onto the desired branch run
git checkout *desired-branch-name*
Steps for code along and specs for challenges are found in the README.md of the appropriate branch
Create a React app (run in seperate react-sandbox repo and take time to discuss file structure, scripts etc.)
- 1-components-ca
- 2-components-ch
- 3-props-ca
- 4-props-ch
- 5-map-data-ca
- 6-map-data-ch
- 7-font-awesome-ca
- 8-font-awesome-ch
- 9-state-ca
- 10-state-ch
- 11-routing-ca
- 12-routing-ch
- 13-funs-as-props-ca
- 14-funs-as-props-ch
- 15-api-call-ca
- 16-api-call-ch
- 17-unit-testing-ca
- 18-unit-testing-ch
- 19-hosting-ca
- 20-hosting-ch
- 21-firestore-ca
- 22-firestore-ch
- 23-authentication-ca
- 24-authenticaion-ch
- 25-private-routing-ca
- 26-authenticated-crud-ca
- 27-context-ca
- 28-context-ch
- 29-node-api-integration-ca