Simple samples for layer-pack
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 18 / React-Voodoo Sample inheriting dependencies ( even react & wp ), 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