Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Create a New PWA

Zach Teutsch edited this page Jan 28, 2022 · 3 revisions

Want to start building a new PWA?

The PWABuilder VSCode extension can help you start a new app that is ready for coding in seconds; no config required, extraordinary performance on any device and network connection, with a familiar but simple developer experience. You can read more about the starter here.

There are two ways to start a new PWA using the extension, both of which will clone the starter, install all dependencies, and open your project in a new Code window.


Option 1 - Using the Interface

To start a new PWA using the PWA Studio interface:

  1. Tap on the PWA Studio icon on the left side of the VSCode Window
  2. Click the Start new PWA button on the bottom bar of VSCode.
  3. Enter a repository name and hit enter.
  4. Your PWA will open in its own Window, with all the dependencies installed and ready to start coding.

Option 2 - With a Command

  1. In a Code Window, hit ctrl-shift-P to open the command prompt.
  2. Search for "New PWA" in the command window
  3. Select PWABuilder: New PWA.
  4. Enter a repoitory name and hit enter.
  5. Your PWA will open in its own Window, with all the dependencies installed and ready to start coding.

What's next?

After generating your app, you are now ready to start coding! You can also hit F5 in VS Code to run your PWA right after cloning. The PWA Starter will open in a standalone browser window as an installed app.

You can learn more about the PWA Starter, how to develop on it, and the stack it uses at the PWA Starter documentation.