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
NPM will call lpack-setup at postinstall which will install core layer
- From endpoints layers ( not the core )
npm icopy/add/delete js & scss files will automatically trigger watch & updates glob includes
From the endpoints directories :
npm run devBrowser can then open http://127.0.0.1:8080/
npm run runnpm run build
npm run runBrowser can then open http://127.0.0.1:8080/