Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.42 KB

File metadata and controls

23 lines (15 loc) · 1.42 KB

⏭️ Go to next step

Set up your environment

First things first, let's get your development environment ready. You will be installing the tools needed to build the Progressive Web App. And you will create a repository to keep track our coding progress.

Install tools

Make sure you go to the following resources to install the tools you need:

Create a repository

  1. If you don't have a GitHub account, go ahead and join GitHub. Then, create a new public repository named repose. If you've never made a GitHub repository before, check out the documentation for more information. Make sure to select Public and to initialize the repository without a README.
  2. You will push the directory created in the next step to this repository.

Next steps

Awesome! You have the tools you need to begin creating your Progressive Web App. Now, let's get to work. 👉🏼 Head to 1-create-pwa to get started.