Skip to content

This plugin enable frontend store management system for woocommerce simple type product.

Notifications You must be signed in to change notification settings

aminurislamarnob/shop-front

Repository files navigation

Developer Guidelines

For dev. environment

Run the following command for development environment.

composer update
npm install
npm run build

For production environment

Run the following command for production environment to ignore the dev dependencies.

composer update --no-dev
npm install
npm run build

Build Release

Set execution permission to the script file by chmod +x bin/build.sh command. Now, Run the following bash script.

bin/build.sh

About

This plugin enable frontend store management system for woocommerce simple type product.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published