Straight to Full Documentation
The PWABuilder pwa-starter is our opinionated, best practices, production tested starter that we use to build all of our PWAs, including PWABuilder itself! The pwa-starter is a starter codebase, just like create-react-app or the Angular CLI can generate, that uses the PWABuilder team's preferred front-end tech stack. We also have a CLI tool to allow you to create a PWA template from the command line.
Install npm for your target system:
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Install the PWABuilder CLI:
npm i -g @pwabuilder/cli
Clone this repository:
git clone https://github.com/xencon/pwa-start.git
Change directory to the pwa directory:
cd pwa-starter
Build your app locally with:
make build
And start your app locally with:
make start
And that's it! Good luck on your Progressive Web App adventure!
Lets integrate AL 😊!!!
Build Trigger!!!!