npx create-scandipwa-app my-app
to create a new appcd my-app
to enter your app's directorynpm start
to run the appmy-app
inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies. More details:npm start
or yarn start
npm run build
or yarn build
build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.composer.json
file.require
field of your application's composer.json
to your Magento server's root composer.json
and execute the composer update
command.