This is a boilerplate for creating custom Shopify apps for individual stores. It is built on composable architecture and includes composition APIs for logging, Shopify, and Axios.
- Clone this repository.
- Run
npm install
to install dependencies. - Run
cp .env.example .env
to create a new.env
file. - Update the
.env
file with your credentials. - Run
node main.js
to start the app.
- Built on composable architecture.
- Composition API for logging, Shopify, and Axios.
- Default logging system.
- Examples for both GraphQL and REST API requests.
├───composables # All composition APIs will be here
└───logs # Logs will be here
.env.example # example env file with credentials
main.js # Main entry point for the app
package.json # Package information and dependencies
readme.md