Skip to content

SgroupVN/lite-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.