This is the finished code for the ESNext version of the Lore Quickstart.
To download the code for this repo, run this command:
git clone [email protected]:lore/lore-quickstart-esnext.git
Each step in the tutorial has a corresponding branch in this repo. That branch contains the finished code for that step.
For example, if you are on working on step 1 of the Authorization section and would like to see the finished code for that step, clone this repository and then run the following command to switch to the branch for that step:
git checkout authorization.1