Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

mjkonieczny/devenv-lerna-episodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo with lerna

This repository was created to present how to build applications using lerna and neutrino.

There are related YouTube movies that explain process of development


To start project follow below instructions

  1. Run npm i to install root packages
  2. Run npx lerna bootstrap to install packages dependencies
  3. Run npx lerna run build --scope=core to build core package
  4. Run npx lerna run start --scope={backend,frontend} --parallel to start frontend and backend apps

Project contains tags related to steps how application was developed

Run e.g. gco v1.1-neutrino-projects-created-and-linked to open project at given point

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published