This repository supports an article on Local First Academy about the Offline First approach. It contains two main folders: start
and finish
.
- start: This folder contains the starting point of the project. To follow along with the article, clone the repository and run
npm ci
in thestart
folder. - finish: This folder contains the final result as described in the article.
By following the instructions in the article and using this repository, you can learn how to implement an Offline First approach in your projects.