Create ScandiPWA App
ScandiPWA DocsCreate Magento AppGitHub
  • Create ScandiPWA App
  • Getting Started
    • Getting Started
    • Folder structure
    • Supported Browsers & Features
    • Updating to New Releases
  • Themes
    • Themes
    • File overrides
  • Extensions
    • Extensions
    • Installation
    • Application plugins
      • Plugin Templates
    • Build configuration plugins
    • Plugins for HTML and PHP
    • File provision
    • Module preference
  • Building your app
    • Proxying requests to server
    • Internationalization
    • Creating production build
  • Deploying your app
    • Storefront
    • Magento theme
Powered by GitBook
On this page
  • Less to learn
  • Only One Dependency
  • 🚀 Get started in seconds
  • 🛠 Easy to Maintain

Was this helpful?

Create ScandiPWA App

Set up a ScandiPWA store-front by running one command.

NextGetting Started

Last updated 4 years ago

Was this helpful?

Less to learn

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.

Only One Dependency

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.

🚀 Get started in seconds

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

🛠 Easy to Maintain

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/scandipwa-scripts@latest
Getting Started
Updating to New Releases