Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.16 KB

DEVELOPMENT.md

File metadata and controls

57 lines (40 loc) · 1.16 KB

Development

This is a monorepo for the following npm packages:

Bootstrap

npm install
lerna boostrap

Dependencies of Generated App

To update versions of @cuba-platform/rest and @cuba-platform/react in generated app react-app-scr

npm run bootstrap-react-app
  • bootstrap and start backend
npm run bootstrap-cuba-app && npm run start-cuba-app
  • start app
npm run start-react-app
  • all-in-one command:
npm run react-all

Rebuild and Install Dependencies During Development

npm run update-client-libs

Dependency Audit

Use Snyk wizard to resolve the issues detected by Snyk:

npm run snyk:wizard -- projectPath

where projectPath is a relative path to the project, e.g. packages/cuba-react-ui.