We will be turning a relatively simple Todo application into a fully featured Progressive Web Aoolication(PWA). The majority of our code will be working on developing a Service Worker capable of supporting the application.
Note: I will still make a few small changes to address some problems I have seen in testing, but they should require a simple git pull to bring in.
This workshop will provide a Docker configuration to get quickly up and running, but if you don't have docker look below to see the necessary software to run locally.
- Docker
- Docker Compose
- Node >= 10
- Yarn
- SQLite3
> git clone https://github.com/mudetroit/get-progressive-with-it.git
# Docker
> docker-compose up
# Without Docker
> yarn install
> yarn dev
Once the server has started visit: http://localhost:3000 where you should find the app running.