Emre-Kul / multi-project-demo

PuzzleJs Demo implementation with 2 gateways and a storefront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PuzzleJs Multi Project Demo

This demo is a PuzzleJs implementation with 1 storefront 2 gateway projects. We recommend keeping the projects in different repositories, for simplicity we use one repository in this demo. For easy usage, we add a build script.

*** Note: This demo use 'yarn', if you want to use another package manager you can not use tools/builder.js script (yarn build). For building all projects you need to load packages in projects and fragments.

Install

yarn 
yarn build

Run

All projects must be run separetly.

BrowsingGW

cd browsing-gw/
yarn start

PlatformGW

cd platform-gw/
yarn start

Storefront

cd storefront/
yarn start

About

PuzzleJs Demo implementation with 2 gateways and a storefront


Languages

Language:HTML 52.2%Language:JavaScript 47.8%