Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 457 Bytes

File metadata and controls

18 lines (15 loc) · 457 Bytes

Lite Express

Introduction

Lite Express built on top of Express and expose simple and utilities function to help building ExpressJs faster

Setup

  • 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

Release

  • Run npm run publish then lerna will help publish the packages.