Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 602 Bytes

readme.md

File metadata and controls

43 lines (30 loc) · 602 Bytes

mybiz

Demo project for Scalable Codebase with TypeScript talk

Requirements

  • NodeJS 8.9.4
  • Yarn 1.7.0

Directory Structure

starter-app/
├── apps/api        # API server
└── apps/frontend   # Frontend

Setup

Install dependencies

lerna bootstrap

Install dependency to specific app

lerna add <package-name> --scope @mybiz/frontend

or

lerna add <package-name> --scope @mybiz/api

Run the web api server and frontend simultanously

lerna run dev --stream or yarn dev

License

MIT