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
- 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.
- 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.