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 installto install dependencies. - Run
cp .env.example .envto create a new.envfile. - Update the
.envfile with your credentials. - Run
node main.jsto 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