Skip to content

layer-pack/layer-pack-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layer-pack-sample

Simple samples for layer-pack

Build Status

Available :

A monorepo structure with

  • 1 shared core package with webpack configs & React client / SSR bootstrap
  • 1 package with some api service, inheriting the core
  • 1 package with some www service, inheriting the core

To test go in the samples/wp5-multiple-endpoints package and check the readme

A React-Voodoo Sample inheriting dependencies ( even react ), webpack conf & bootstrap from an NPM package

To test go in the samples/TinderLike package and exec :

npm i
npm run start-dev

A minimal app boilerplate without any inherited layers ( with namspacing + glob requires )

To test go in the samples/minimal-app-with-glob-entry package and exec :

npm i
npm run build

A minimal lib config with common-js exports of multiple entry point via glob in the webpack entrypoint

To test go in the samples/minimal-app-with-glob-entry package and exec :

npm i
npm run build

PayPal donate button

*