Create ScandiPWA App
Set up a ScandiPWA store-front by running one command.
You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.
Your app only needs one build dependency. We test Create ScandiPWA App to make sure that all of its underlying pieces work together seamlessly – no complicated version mismatches.
Create ScandiPWA App allows you to focus on code, not build tools.
To create a project called
my-app
, run this command:npx create-scandipwa-app my-app
Updating your build tooling is typically a daunting and time-consuming task. When new versions of Create React App are released, you can upgrade using a single command:
npm install @scandipwa/[email protected]
Last modified 2yr ago