Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilevahviraki/scandi-shipping-progress
https://github.com/camilevahviraki/scandi-shipping-progress
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/camilevahviraki/scandi-shipping-progress
- Owner: camilevahviraki
- License: mit
- Created: 2022-09-15T10:52:13.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-15T18:54:37.000Z (over 2 years ago)
- Last Synced: 2024-12-11T13:47:32.922Z (about 2 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Create ScandiPWA App
This package contains new ScandiPWA theme sources. Your parent theme is `@scandipwa/scandipwa`.
## Installation
Before you start, make sure to install package dependencies.
To do this, use `yarn` or `npm i` command.
### Recommended packages
For the best expirience, install `scandipwa-cli` package globally. To do this, run:
```bash
npm i -g scandipwa-cli
```## Available Scripts
### `npm run start` or `yarn start`
Starts the development server.
**Features**:
- The page will reload if you make edits.
- You will also see any lint errors in the console.### `npm run build` or `yarn build`
Bundles the app into static files for production.
> **Note**: To bundle your application as valid Magento 2 theme use `--magento` option.
**Features**:
- The build is minified and the filenames include the hashes.
- The build is optimized for the best performance## Extensions
To install an extension, run following command:
```bash
scandipwa extension
```> **Note**: to create new extension add `--create` option after the command. This will create a new extension package under `packages` folder.