Lite Express built on top of Express and expose simple and utilities function to help building ExpressJs faster
- Current project is using node version from 16.x.x. Please setup within the correct version of Nodejs.
- To build packages for developing:
yarn build- To build packages for release:
yarn build:prod- Run
npm run publishthen lerna will help publish the packages.