Skip to content

adamgen/ts-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vista point tiny monorepo

A tiny monorepo for vista point's interfaces and back and front end code bases.

installation

  • Install yarn globally if not installed npm i -g yarn
  • Install global cli packages yarn global add @nestjs/cli @angular/cli knex

Tools

  • nest
    • knex
    • GraphQL
  • Angular
    • Apollo
  • Install lerna globally yarn global add lerna
  • Run lerna run test to run npm run test in all folders under /packages. More info on the run command
  • Bump version (aka patch) across all modified packages lerna version patch. More info on the version command
  • When developing always run lerna link after running yarn add