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
- Run
npm i
to install root packages - Run
npx lerna bootstrap
to install packages dependencies - Run
npx lerna run build --scope=core
to build core package - 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