1.0.35 • Published 9 months ago

create-rivka-shopify-app-template v1.0.35

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Rivka Shopify App Template

Welcome to the Project Name Shopify App Template repository! This template serves as a starting point for creating Shopify apps. It includes both backend and frontend components.

Project Structure

    Your Project
        │   .gitignore
        │   LICENSE.md
        │   package.json
        │   README.md
        │
        └───web
            │   gdpr.js
            │   index.js
            │   package.json
            │   shopify.js
            │   shopify.web.toml
            │   yarn.lock
            │
            └───frontend
                │   App.jsx
                │   dev_embed.js
                │   .gitignore
                │   index.html
                │   index.jsx
                │   LICENSE.md
                │   package.json
                │   Routes.jsx
                │   shopify.web.toml
                │   vite.config.js
                │
                ├───assets
                │       empty-state.svg
                │       home-trophy.png
                │       index.js
                │
                ├───hooks
                │       index.js
                │       useAppQuery.js
                │       useAuthenticatedFetch.js
                │
                ├───pages
                │       ExamplePage1.jsx
                │       ExamplePage2.jsx
                │       ExitIframe.jsx
                │       HomePage.jsx
                │       index.jsx
                │       NotFound.jsx
                │
                └───providers
                        AppBridgeProvider.jsx
                        index.js
                        PolarisProvider.jsx
                        QueryProvider.jsx

Getting Started

  1. npm init rivka-shopify-app-template <your-project-name> or yarn create rivka-shopify-app-template <your-project-name>
  2. Navigate to the project directory: cd <your-project-name>
  3. Run the development server: npm run dev or yarn dev

The template is organized with backend code under the web directory and frontend code under web/frontend.

Usage

This template is designed to help you quickly start building Shopify apps. Customize the backend and frontend components according to your app's requirements.

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-new-feature.
  3. Commit your changes: git commit -am 'Add new feature'.
  4. Push the branch: git push origin feature-new-feature.
  5. Create a pull request!

License

This project is licensed under the MIT.


Feel free to reach out if you have any questions or need assistance. Happy hacking!

1.0.35

9 months ago

1.0.34

9 months ago

1.0.33

9 months ago

1.0.32

9 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago