Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 500 Bytes

NOTES.md

File metadata and controls

14 lines (12 loc) · 500 Bytes

Delivery Notes

This template is delivered as the react-auth lesson. Below is an outline of the normal lesson.

  1. Walk through downloading and setting up template
  2. Run through structure, features documentation in README
    1. Go into included files like AuthenticatedRoute and AutoDismissAlert
  3. Annotate through the included auth components
  4. Build out authenticated CRUD on movies
    1. Code Along: Index
    2. Code Along: Show
    3. Code Along: Create
    4. Lab: Update & Delete