This template is delivered as the react-auth
lesson. Below is an outline
of the normal lesson.
- Walk through downloading and setting up template
- Run through structure, features documentation in README
- Go into included files like
AuthenticatedRoute
andAutoDismissAlert
- Go into included files like
- Annotate through the included auth components
- Build out authenticated CRUD on movies
- Code Along: Index
- Code Along: Show
- Code Along: Create
- Lab: Update & Delete