Based on the full tutorial, "Building React and Angular Component Libraries with Stencil and Nx", on the Ionic blog and video tutorial on Youtube!
nx build core-components
nx serve core-components
nx serve angular-app
nx serve react-app
To add to the various demo pages
- packages/core-components/src/index.html
- packages/angular-app/src/app/app.component.html
- packages/react-app/src/app/app.tsx
- Get SCSS compiler set up based on previous project
- Work out how to set up Storybook with the monorepo and Stencil