Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.33 KB

coterminous

lerna Powered by TypeScript Built with Styled Components code style: prettier

🔨 Install

npm install
npm run bootstrap

Build library assets

npm run build:lib
npm run build:lib:watch

📦 Packages

Store frontend

@coterminous/store-fe

React frontend for facilitating ecommerce transactions to end users.

Store gateway

@coterminous/store-gw

WordPress library

@coterminous/wp-lib

WordPress and WooCommerce REST API helpers.

User interface library

@coterminous/ui-lib

Visual primitives using styled-components for common usage to different frontend services.

🏗Structure

  • [package-name]-fe - frontend services
  • [package-name]-be - backend services
  • [package-name]-gw - api gateway
  • [package-name]-lib - reusable library
  • [package-name]-design - design resources